OCaml, Batteries Included presentation [pdf](forge.ocamlcore.org)
forge.ocamlcore.org
OCaml, Batteries Included presentation [pdf]
http://forge.ocamlcore.org/docman/view.php/77/36/batteries-included.pdf
http://forge.ocamlcore.org/docman/view.php/77/36/batteries-included.pdf
The meat of it doesn't start until slide 35. Everything before that is motivation for the project, which is improving the library and syntax of OCaml.
Did anyone else find the proposed syntax Python-y? I actually think that's a good thing, as it's expressive. But even the name ("Batteries Included") makes me think of Python, as Guido famously considers Python a language with the batteries included.
(Disclaimer: I'm making my way through the OCaml tutorial (http://www.ocaml-tutorial.org/), so I don't even qualify as a OCaml newbie since I've never written a line of OCaml code. But I will seriously consider it for my next systems programming project, since it seems to occupy the intersection of functional, expressive and low-overhead.)