Hacker News new | ask | show | jobs
by frou_dh 1337 days ago
I don't know - the kind of programmer who's always worried about every what-if probably shouldn't choose any dynamic interactive language in the first place. There are plenty of language permutations out there for all sensibilities.
2 comments

But programmers should be worried about every what-if scenario, regardless of language.
> 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.

for prototyping a long running repl is fine.

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