[
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: | Emmanuel DORLET <emmanuel.dorlet@s...> |
| Subject: | Calling Java then C from a Ocaml toplevel |
Hello, Does someone ever try to call a Java program from Ocaml toplevel and exchange data with it? If yes, is it possible if Java call C (then other foreign langage like say ... Fortran!)? Is there any difficult point that must be known, for example to deal with the data exchanges in respect with the garbage collector of both Caml and Java ?