Browse thread
adding a scripting language to an ocaml program
[
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: | Martin DeMello <martindemello@g...> |
| Subject: | Re: [Caml-list] Re: adding a scripting language to an ocaml program |
On Sun, Jul 4, 2010 at 12:13 AM, Michael Ekstrand <michael@elehack.net> wrote: > The authors of C-- have implemented a Lua engine in OCaml, with a good, > high-level, type-safe interface for embedding it. Look for 'lua-ml'. > There is also an OCaml implementation of Scheme called 'ocs'; I do not > have experience with it, so I cannot speak to its API style. Finally, > there are OCaml bindings to the SpiderMonkey JavaScript engine. Both lua-ml and ocs seem dead (their homepages are gone) :( Can't tell if spidercaml is active or not; the page has a download link for version 0.2 and no date. martin