smallscheme
smallscheme -- is scheme interpreter written in python. This is demo
page (on appengine) for it. Visit
project page for
more info.
Examples
What works
quote set! cons list define if lambda begin cond call and or
car cdr + - * / 1+ 1- zero? null? = < > <= >=
eq? display newline list? not atom? modulo
...