micro-lisp icon indicating copy to clipboard operation
micro-lisp copied to clipboard

A few questions

Open hughbarney opened this issue 5 years ago โ€ข 1 comments

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

hughbarney avatar May 24 '20 17:05 hughbarney

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

carld avatar Jun 05 '20 07:06 carld