Jan 20
Implementing your own Lisp
Note: This page is new / WIP.
Implementing your own Lisp can be a very rewarding experience.
The easiest possible way is to follow the Mal (Make a Lisp) - clojure-like lisp guide with implementations in pretty-much every programming language, including self-hosted implementation.
Another great resource is Build Your Own Lisp, wich can be also useful if you want to learn C (or refresh your memory).
Comments, suggestions and questions and are always welcome.