Hacker News new | ask | show | jobs
by shadowmint 2726 days ago
Obviously, but that's not the point I was making.

...but how does that (what you wrote) == "think of programming in Clojure like playing a difficult video game based on trial and error with emulator save states"?

2 comments

- each iteration in the repl is a state that you can preserve ("save")

- playing the vide game is trying out new states

I guess this is what OP was thinking about.

I've had this same thought while working with immutable data structures. Maybe the author is referring to that.