Google
×
Any time
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
Verbatim
Aug 9, 2021 · Given the above the Lisp interpreter written in Lisp is somewhere in the middle and it doesn't really say much about the language. Just that ...
Dec 27, 2021 · Writing a LISP interpreter took me down a fun rabbit hole of computer science and programming language design and implementation that I would like to share a ...
In this essay, we'll go through the same journey and make our own Lisp interpreter, which supports macros...in Clojure! Let's call it, LLisp: a lisp in a lisp.
The job of the reader is to convert objects in character world to objects in expression world. In character world, there are no pointers, no lists, no symbols, ...
People also ask
Lisp interpreter in less than 500 lines of C, including a copying garbage collector and an implementation of LISP 1.5 from 1962.
Lisp is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation. Originally specified in the late 1950s ...
This page has two purposes: to describe how to implement computer language interpreters in general, and in particular to build an interpreter for most of the ...