Hacker News new | ask | show | jobs
by eru 6131 days ago
I agree. I like Haskell's syntax better. But their syntaxen are nearly isomorphic for the most common stuff.
1 comments

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.
Yes. Though Haskell allows imperative style (via Monads), too.