This lisp is what I learn from Build your own Lisp, which is a great C language tutorial.
This application depends on readline, you must install it for compile this application.
apt-get install libreadline6-dev
Use cmake to build this application
mkdir build && cd $_ cmake .. make
You will find lispy binary in src folder, just execute it.
./lispy