Implementation of a simple lisp language, as described in the book "Build your own lisp"
http://www.buildyourownlisp.com
On Ubuntu you may need these packages: libreadline-dev
, libeditline-dev
, libedit-dev
.
Tweak readline/editline includes in main.c for you OS.
Build binary with the ./build.sh main.c
.