[erlang-questions] Calling into Lua from Erlang
mats cronqvist
masse@REDACTED
Thu Jan 8 10:16:04 CET 2009
"Robert Raschke" <rtrlists@REDACTED> writes:
> 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've worked extensively with nodes implemented in C
(gtknode.googlecode.com) and Emacs Lisp (distel.googlecode.com), and
it's been pleasant. I've also spent weeks trying to find off-by-one
errors in linked-in drivers. I wouldn't ever consider using a
linked-in driver unless forced to do so for performance reasons.
mats
More information about the erlang-questions
mailing list