Hacker News new | ask | show | jobs
by aisofteng 3262 days ago
But it also has a statically checked type system.
1 comments

I think if done in Haskell how good or bad it is depends on the chosen abstraction for effects not Haskell itself.

Haskell is a good basis but the developers need to make the API fool proof. E.g. expose limited effects rather than a big fat "IO" type.