Hacker News new | ask | show | jobs
by leephillips 1820 days ago
How so? In julia, one problem is that you can’t redefine datatypes in the REPL. You need to restart.
1 comments

Yes, that restart is painful exactly because it interrupts the "built your program in memory while you’re writing the source code file" OP talks about.