Hacker News new | ask | show | jobs
by UncleOxidant 6131 days ago
I'm finding OCaml's approach to be a bit more practical even if it isn't as pure as Haskell. Once in a while it's nice to be able to drop into an imperative style or even do some OO and OCaml lets you do all of that.
1 comments

Yes. Though Haskell allows imperative style (via Monads), too.