Y
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
seanmcdirmid
4028 days ago
Doesn't OCaml require everything to be defined before used though?
link