Hacker News new | ask | show | jobs
by gabriel 3082 days ago
Lisp in Small Pieces: https://pages.lip6.fr/Christian.Queinnec/WWW/LiSP.html

An excellent and very fun read about compilation, interpretation, and programming semantics.

I don’t think you already have to know LISP, although there isn’t an introduction, but if you know any programming it would be enough to pick up the programs that are used as examples. Source code from the book is available and you will end up programming as you move along and it is a delight to see yourself make a program that can interpret another program.

1 comments

There is: Clojure in Small Pieces,http://daly.axiom-developer.org/clojure.pdf