Skip to content

Just how easy is it to write a Lisp really? my-lisp is written in only standard C

Notifications You must be signed in to change notification settings

lastcraft/my-lisp

Repository files navigation

my-lisp

Just how easy is it to write a Lisp really? You can inadvertantly leverage quit a few concepts when you write a Lisp in Lisp. I want to see where the real pain points are, so my-lisp is written in only standard C

Usage is just ./lisp To quit use "(quit)" or "(exit)" with an optional exit code, e.g. (quit 3).

At the moment this is just a personal learning project and public domain.

About

Just how easy is it to write a Lisp really? my-lisp is written in only standard C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published