7 ms·
For those of us that have never touched lisp - can you explain why?
by thebiss 3y ago
For those of us that have never touched lisp - can you explain why?
- toolslive 3y agoLisp has quote, unquote, and friends allowing you to turn code into data, then manipulate it and then turn it back into code. These are all the tools you need to create on-the-fly compilers. Here's an article explaining the lost art: http://gms.freeshell.org/peval.html http://gms.freeshell.org/peval.html