Hacker News new | ask | show | jobs
by jlarocco 3222 days ago
Compilation and a REPL are orthogonal concepts.

Lots of Common Lisp systems have very good REPLs and compile to machine code. A popular example is SBCL.