Search This Blog

#lisp.py
#
#An interpreter for a simple scheme like lexically
#scoped language implemented as single python expression.
#
#The interpreter is limited to the lambda special form and a
#sum function. The data types supported are positive integers
#and symbols.
#
Programming in python: Lisp in a single expression

Blogged with Flock

0 comments