Roll A Lisp In C
Roll A Lisp In C - Reading
January 18, 2020
Lisp is often known as one of the oldest programming languages. Indeed, it's conception can be traced back to research done by John McCarthy in 1960. In these series of articles I present an implementation of a Lisp written in the C language. These articles assume some familiarity in a Lisp like Scheme or Common Lisp.
Table of Contents
Reader
Writter
Read, eval, print loop
Further Reading
Roll A Lisp In C
Reading
Evaluation
Environments
Procedures
A Li...
Read more at swatson555.github.io