Hacker News new | ask | show | jobs
by whateveracct 945 days ago
on the contrary, i think FP (Haskell at least) gives you more & better tools to represent and wrangle side effects
1 comments

Exactly. These languages come up with more and more strategies and abstractions (from monads to modern effect systems) to help you manage your side effects well. It then raises the level of abstraction in your programs to become simpler and more concise.