[
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: | JAN OBER <ober.14@o...> |
| Subject: | OCaml as an application scripting language (like Guile)? |
Hi, I'm thinking of getting OCaml integrated as a scripting language into a C++ application. I had a hard time finding how one would go about getting the bytecode compiler and bytecode interpreter integrated in a library-like fashion. Of course I could have the compiler and runtime invoked from within the C++ application, and have an IPC with a "server" thread within the application. But this seems to add too much overhead (both at runtime, and in general code messiness). Ideally, I'd like Guile that digs OCaml ;) Cheers, Kuba