|
|
|
|
|
by agentgt
3622 days ago
|
|
Guilty as charged.. I did learn OCaml first and from that official green HTML documentation which still appears to be green after 16 years :). My complaint with OCaml was OCamlp and the tedium of creating modules and functors. While AdHoc poly (aka type classes) is not as flexible it is IMO easier to understand, generally less verbose and slightly more elegant than OCaml modules. I'm glad they added first class modules as I recall wanting something like that a long time ago. |
|