Y
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
eru
6124 days ago
Yes. Though Haskell allows imperative style (via Monads), too.
link