Posts
All the articles I've posted.
A LISP/Scheme Interpreter in Python
A Python implementation of a LISP/Scheme interpreter, modeled after Peter Norvig's lis.py.
Memory Game in Python (CodeSkulptor)
A complete Memory puzzle game written in Python using the simplegui library for CodeSkulptor.
Interactive Raindrop Simulation in Racket
A small interactive simulation in Racket using the 2htdp/universe library that spawns falling raindrops on mouse clicks.
Simple Text Editor in Racket
An interactive command-line/GUI text editor implementation in Racket using the 2htdp/universe library.