Browse thread
Binding the Lua library [was: 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: | 2010-07-07 (16:30) |
From: | Martin DeMello <martindemello@g...> |
Subject: | Re: [Caml-list] Re: Binding the Lua library [was: adding a scripting language to an ocaml program] |
On Wed, Jul 7, 2010 at 7:20 PM, Sylvain Le Gall <sylvain@le-gall.net> wrote: > > I think Guillaume is refering to me. I am indeed quite interested in > this kind of binding, especially to measure the performance of the Lua > language interacting with OCaml. I would use Lua to create functions > to process huge amount of data and to replace a DSL I created. I'm very interested too, mainly because a hobby DSL of mine is stalled for lack of a good way to take a user specified function f : String -> String and map it over an OCaml list of strings. Depending on how the bindings look, I might invert control altogether and write it as a lua dsl tied to an OCaml engine. martin