> Does the stdlib HCR work at all? I tested the program in the docs (making 
> sure that the logic was in a separate file), and on 2.0.2 and 2.0.4 it 
> produced bad codegen. On 1.16.14 it compiled, but it didn't actually work.

Yeah it used to kind of work before 2.0 (but crashed even just printing a 
float). I tried integrating it into jupyternim but there were just too many 
bugs. The memfile idea is nice but introduces quite a bit of complexity with 
saving variables and reloading them, especially if you want to allow changing 
the type. Seems doable though, at least for the simpler cases that are usually 
explored in a REPL.

Reply via email to