DESCRIPTION ^

This is a Lazy K interpreter - basically a rewrite of lazy.cpp in PIR. Lazy K is a pure functional programming language following the SKI calculus.

AUTHOR ^

leo

SEE ALSO ^

http://en.wikipedia.org/wiki/Lazy_K_programming_language

TODO ^

 - (S(K ...)) syntax
 - iota/Jot syntax
 - chained commandline args and -e, -b

And a lot of comments in the source - sorry.


parrot