parrotcode: Untitled | |
Contents | Language Implementations | unlambda |
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.
leo
|