Daily Archives: July 19, 2010

Run time machine code generation and execution

Some Common Lisp implementations (and I believe other languages’ also, but I don’t know of any) are incremental compilers, which means they are able to read Lisp code during program execution, compile it and make it immediately available for execution, … Continue reading

Posted in C, English, Programming | Leave a comment