Tag: scheme
All the articles with the tag "scheme".
Circle Fractal in Racket
A small Racket/Scheme script using the 2htdp/image library to recursively generate a simple circle fractal.
A LISP/Scheme Interpreter in Python
A Python implementation of a LISP/Scheme interpreter, modeled after Peter Norvig's lis.py.
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.