I actually dislike the interactive model of languages like Pharo or 
Python+Jupyter because it introduces a kind of hysteresis. If you interactively 
change something and then delete the code that changed it, the change will 
remain – but there's no longer any trace of where it came from. With a compiled 
language like Nim, you can always be sure that everything is written in code.

Reply via email to