#lisp.pyProgramming in python: Lisp in a single expression
#
#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.
#
Blogged with Flock
0 comments
Post a Comment