Hacker News new | ask | show | jobs
by dmbaturin 4028 days ago
OCaml has separate compilation, a REPL, and it's very fast. None of those things is incompatible with global type inference (although particular type systems can be).
1 comments

Doesn't OCaml require everything to be defined before used though?