|
|
|
|
|
by Zak
3222 days ago
|
|
> If anything, you could always have a dedicated interpreter for interactive work CMUCL does that. There's an interpreter that's used for the REPL and optionally for loading files on the fly, and an optimizing AOT compiler. SBCL drops the interpreter and just runs the compiler with settings that make it reasonably fast for interactive use as I recall. Clojure, too just uses the compiler interactively and not a separate interpreter. |
|
Is done on .NET/F#. I wonder how architect the thing so I can have a good repl yet compiled... but how?