[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Calling into Lua from Erlang
- From: "Robert Raschke" <rtrlists@...>
- Date: Wed, 7 Jan 2009 16:09:29 +0000
Hi,
I will need to call Lua scripts from within Erlang soon. I was
wondering if anyone has already looked into a slightly closer binding
than calling an external program to run the Lua script and marshalling
via stdin/out?
I am currently undecided whether to make the Lua API available to be
invoked from Erlang (via a linked-in driver) or if it might be more
useful to write a Lua library that allows a Lua script to function as
an Erlang node (similar to the Erlang Jinterface lib for Java).
I would gratefully receive opinions and wisdom on this kind of stuff?
Thanks,
Robby