|
|
|
|
|
by ramseynasser
3466 days ago
|
|
Fair, but there's an important difference between a tool where live coding is technically possible and a tool designed to support it. Clojure is built from the ground up for the REPL experience and supports e.g. redefining functions seamlessly. The fact that it's functional helps a lot, too, since that means that the order things are defined or executed in matters less. |
|
My point was that it has to do with if there's an interpreter for the language, and if the interpreter works with your toolchain.
And that with the advent of JIT, that distinction becomes increasingly blurry, because the techniques to compile and link small blocks of code can be used by languages without an interpreter, per se.