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: | Michael Ekstrand <michael@e...> |
| Subject: | Re: adding a scripting language to an ocaml program |
On 07/03/2010 02:56 PM, Martin DeMello wrote: > 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. For lua-ml this is a new development. The site was there within the last few months, albeit with the last release some years ago (2007 or so, I believe). The domain must have lapsed. On OCS, it looks like a temporary failure from here. I do not know what its development status is; it was a fairly young project last I looked at it, IIRC. - Michael