Hacker News new | ask | show | jobs
by gpgn 1269 days ago
"pure" in the context of functional programming often means "without side effects", so writing a log file, interacting with a database and so on would also make the function not pure
1 comments

fair enough, thanks