|
|
|
|
|
by StreamBright
2734 days ago
|
|
Well most of the people write code in small chunks that yields to the following workflow: - write code - compile & run, see if it works Just keep repeating this until you achieved what you want. In REPL this is exactly the same you just have a much faster way of trying out a concept. I think this is pretty simple to conceptualise. |
|
...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"?