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: | -- (:) |
| From: | Sylvain Le Gall <sylvain@l...> |
| Subject: | Re: Binding the Lua library [was: adding a scripting language to an ocaml program] |
On 06-07-2010, Guillaume Yziquel <guillaume.yziquel@citycable.ch> wrote: > Paolo Donadeo a écrit : > >> If anyone is interested in my prototype I could clean up the source, >> remove comments in Italian and publish it on GitHub or OCamlCore. > > I'm always interested in language bindings... And I think a few other > people are interested in an Lua binding. > 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. So far, we have: http://bitbucket.org/dpowers/luacaml by David Powers a prototype by Paolo Donadeo lua-ml by Christian Lindig Maybe we can join our forces to create a common binding to Lua from OCaml. I propose to host it at http://forge.ocamlcore.org, we can even have an hg repository if needed. If anyone is interested, I think more forces to this effort are welcome. I would be glad that at least David, Paolo and Christian join ;-) Regards, Sylvain Le Gall ps: right now I can provide some time to setup the forge account and web pages, but I will have to dedicate a lot of time to real life starting on Friday (or before -- depending the time my daughter will choose to born).