JVM and GraalVM cannot hotswap the java code of the language interpreter, meaning that a new JVM must be run for each new build of the language.
To trigger this, we could start simple with a :reload user command, that spins a new JVM with the currently build interpreter.
JVM and GraalVM cannot hotswap the java code of the language interpreter, meaning that a new JVM must be run for each new build of the language.
To trigger this, we could start simple with a
:reloaduser command, that spins a new JVM with the currently build interpreter.