[erlang-questions] Calling into Lua from Erlang

James Hague james.hague@REDACTED
Thu Jan 8 21:34:36 CET 2009


I recommend using a TCP socket for communication.  I have done this
successfully for communication between Erlang and BlitzMax (a BASIC
with cross-platform graphics and sound capabilities).  Building and
decoding binaries is trivial in Erlang, and most scripting languages
have libraries for doing the same thing (such as "pack" and "unpack"
in Perl, and the "struct" module in Python).



More information about the erlang-questions mailing list