CarlGroth / build-your-own-lisp

I made ""my own"" lisp interpreter!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

I made ""my own"" lisp interpreter!


Languages

Language:C 100.0%