Hacker News new | ask | show | jobs
by thebiss 840 days ago
For those of us that have never touched lisp - can you explain why?
1 comments

Lisp 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