[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

119 2020-10-10 11:41

While it does look ugly, the code 'eval'ed by GCC can be as optimized as native code, unlike JIT(which cannot spend much time optimizing).
Anyways there is a more elegant way to JIT compile C/C++ with LLVM with many
project that embed its runtime(which is quite heavy).
https://github.com/jmmartinez/easy-just-in-time

301


VIP:

do not edit these