[
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: | Xavier Leroy <Xavier.Leroy@i...> |
| Subject: | Re: [Caml-list] linking ocaml with java |
> If it is possible to link ocaml with java, could someone point me to some > documentation or provide the instructions. A preliminary Caml/Java interface (via the Java Native Interface) is available at http://caml.inria.fr/distrib/camljava-0.1.tar.gz This is a JNI-level interface: it lets you do pretty much everything, but is not type safe and a bit heavy in places. A higher-level interface providing a more direct, type-safe mapping between Java classes and Caml classes, is planned at some point. - Xavier Leroy ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr