Hacker News new | ask | show | jobs
by fiddlerwoaroof 3396 days ago
In Common Lisp it's fairly common for eval to compile the code and then execute it. For example, sbcl's repl usually compiles the entered expression and then executes it: although recent versions also provide an interpreted mode.