OCamlPro and the future of OCaml
ocaml.janestreet.com
OCamlPro and the future of OCaml
1–10 of 24 posts
Re: OCamlPro and the future of OCaml
#2Re: OCamlPro and the future of OCaml
#3Re: OCamlPro and the future of OCaml
#4It would be interesting to know what they plan to do. It's easy to speculate l. It would be much more interesting to see ocaml on the jvm
Re: OCamlPro and the future of OCaml
#5The number one problem with commercial OCaml is the lack of comprehensive library support. Until that's addressed, it's not going to take off. Brilliant language, not very practical. F# is a step in the right direction here.
Re: OCamlPro and the future of OCaml
#6It would be interesting to know what they plan to do. It's easy to speculate l. It would be much more interesting to see ocaml on the jvm
There's also Yeti ( http://mth.github.com/yeti/ ), an ML for the JVM, though I'm not sure how mature it is yet.
Re: OCamlPro and the future of OCaml
#7The number one problem with commercial OCaml is the lack of comprehensive library support. Until that's addressed, it's not going to take off. Brilliant language, not very practical. F# is a step in the right direction here.
Re: OCamlPro and the future of OCaml
#8It would be interesting to know what they plan to do. It's easy to speculate l. It would be much more interesting to see ocaml on the jvm
Re: OCamlPro and the future of OCaml
#9Re: OCamlPro and the future of OCaml
#10It would be interesting to know what they plan to do. It's easy to speculate l. It would be much more interesting to see ocaml on the jvm
OcamlJava is a work-in-progress implementation of OCaml on the JVM, from Xavier Clerc of INRIA. http://ocamljava.x9c.fr/ There's also Yeti ( http://mth.github.com/yeti/ ), an ML for the JVM, though I'm not sure how mature it is yet.
It does need more libraries but it's also extremely interoperable with Java/JVM. Very simple and easy to call out to Java libraries. Also compiles to native JVM classes (can be called easily from Java).
For anyone interested, I managed to write a Mustache implementation last weekend: