Hacker News new | ask | show | jobs
by richardjam73 1057 days ago
Purity is about knowing that functions cannot change the state of variables. It is not about what you can do in the REPL.
1 comments

Ah ok, thanks for clarifying that