Ask YC: Lisp Compiler
https://news.ycombinator.com/item?id=172376I know Lisp is interpreted (and this is one of its greatest advantages with its eval loop and all it brings), but is there any tool to compile Lisp code? Or to translate it into C++ code to be compiled with a C++ compiler?