Build Your Own Lisp
by Daniel Holden
Publisher: buildyourownlisp.com 2014
Description:
In this book you'll learn the C programming language, and at the same time learn how to build your very own programming language, a minimal Lisp, in under 1000 lines of code. This book is not suitable as a first programming language book, but anyone with at least some minimal programming experience, in any language, should find something new and interesting inside.
Download or read it online for free here:
Read online
(online html)
Similar books

by Robert A. MacLachlan
This text documents internal details of the CMU Common Lisp compiler and run-time system. CMU Common Lisp is a public domain implementation of Common Lisp that runs on Unix workstations. It provides some useful information on the CMUCL compiler.
(19490 views)

by Paul Graham - Prentice Hall
Comprehensive tutorial on the advanced Lisp features for experienced programmers. It teaches the bottom-up programming style, and includes a unique collection of techniques that help you to write the code efficiently in a variety of applications.
(16968 views)

- Wikibooks
newLISP combines the power of classic LISP with the facilities of a modern scripting language, such as regular expressions, network functions, multitasking, etc. This book is a straightforward and simple description of the basics of the language.
(16847 views)

by Brian Harvey - The MIT Press
This series is for people who are interested in computer programming because it's fun. The three volumes use the Logo as the vehicle for an exploration of computer science from the perspective of symbolic computation and artificial intelligence.
(21527 views)