Hacker News new | ask | show | jobs
by funstuff007 1332 days ago
> worried about every what-if

I hear you about this, but during prototyping one cannot be excessively concerned with did I change the global state enough such that it's better to just start a new REPL (and have to worry about the associated costs)? And if you ask this question a lot, long running REPLs are not a good idea for development.

1 comments

for prototyping a long running repl is fine.

For validation/testing starting with a clean slate takes away a lot of my worries.