micro-lisp
micro-lisp copied to clipboard
A few questions
There seem to be two seperate projects in this repository; 1) micro-lisp in 162 lines of C and 2) Micro Scheme in 560 lines of 6.
The examples seem to relate to Micro Scheme rather than Micro Lisp.
Would it be possible to update the README file to make it clear how these two implementations relate to each other.
Thanks Hugh
Hey, micro-lisp.c was my attempt at the original objective. After that I got inspired to try again with more features, ultimately tail recursive like scheme, but never all the way there... that is mlisp89.c