Hacker News new | ask | show | jobs
by jact 280 days ago
The distaste for the OCaml object system is mostly misplaced in the community. While first class modules can mostly replace them — sometimes you really need open recursion. Object types are also a very useful feature used by core libraries.
1 comments

Ocaml objects are structurally typed which can also be very nice. They definitely have their place.