|
|
|
|
|
by chenglou
3021 days ago
|
|
From the intro: http://scopes.readthedocs.io/en/latest/about.html > the compiler is designed to remain on-line at runtime so that functions can be recompiled when the need arises, and generated machine code can adapt to the instruction set present on the target machine. This also diminishes the need for a build system Diminishing the need for a build system is nice! Any other language with such philosophy in mind? |
|
Many Lisp systems also have their native code compiler on-line.