Browse thread
OCamlDuce 3.08.4
- Alain Frisch
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Alain Frisch <Alain.Frisch@i...> |
| Subject: | OCamlDuce 3.08.4 |
Dear OCaml users, OCamlDuce 3.08.4 is now available (http://www.cduce.org/ocaml#ocaml). As the version number says, it has been synchronized with OCaml 3.08.4. More importantly and due to overwhelming popular demand, OCamlDuce now comes with some amount of binary-compatibility with OCaml. This should make it easier to try OCamlDuce. OCaml-generated files (.cmi/.cmx/.cmo) can be used by OCamlDuce without recompilation. You can thus install OCamlDuce and re-use already installed libraries from an existing OCaml installation. Provided that the OCaml and OCamlDuce versions match, of course. It is even possible to have a mixed OCaml/OCamlDuce project, where OCamlDuce is only used to compile some modules whose interface are pure OCaml (OCaml and OCamlDuce produce identical .cmi files for the same pure OCaml .mli file). Have fun! -- Alain