/build-your-own-lisp

I made ""my own"" lisp interpreter!

Primary LanguageC

Carl's crappy lisp interpreter

I saw this post on hn about building your own X and this was the first thing I made from that list.

The bad

Missing if statements, boolean expressions like && and ||, negation and probably a whole host of things you care about if you like lisp.