Y
Hacker News
new
|
ask
|
show
|
jobs
by
mercurial
4604 days ago
From the little I know of OCaml, Rust isn't really in the same category. While it has functional elements, it's really aimed at being a cleaner C++ (for instance, it doesn't have TCO).
1 comments
steveklabnik
4604 days ago
Rust was originally implemented in OCaml, though. You're correct theyre not exactly in the same category, but there is influence there.
link
e12e
4603 days ago
OCaml is a popular tool for implementing languages, IIRC the javascript referecence standard was implemented in ocaml as well.
link
e12e
4602 days ago
Whops, no, that was actually Standard ML:
http://lambda-the-ultimate.org/node/1784
link