DESCRIPTION ^

This is an unlambda interpreter. unlambda is a pure functional programming language with mostly eager evaluation following the SKI calculus (+ a few extensions).

The parrot implementation uses closures, continuations, and tailcalls.

AUTHOR ^

leo

SEE ALSO ^

http://www.madore.org/~david/programs/unlambda/


parrot