|
|
|
|
|
by zoomerang
4269 days ago
|
|
Not really. The point of Haskell is not to avoid having side effects. The point of Haskell is to allow code to be referentially transparent - this makes it both easier to reason about as a developer, and easier for the runtime to optimise. |
|