[erlang-questions] Erlang and beam-based scripting languages.
Max Lapshin
max.lapshin@REDACTED
Tue Sep 13 17:33:35 CEST 2011
This is familiar to me.
I've written my own erlang external term dumper in ruby with full
support for EventMachine, including simple creation of erlang-like
processes.
It was big and 100% useless job =))
External program is not very usefull, because I really want to make
funcalls into erlang VM from a script. Without these funcall, I'd
better make
HTTP request with JSON request to _any_ scripted web-server.
More information about the erlang-questions
mailing list