[erlang-questions] JavaScript compiler for Erlang
Vance Shipley
vances@REDACTED
Fri Jun 22 19:15:21 CEST 2012
On Thu, Jun 21, 2012 at 11:12:26AM -0400, Ingo Jaeckel wrote:
} Just out of curiosity: Do you want to compile JavaScript code to
} Erlang or Erlang to JavaScript?
I want to run Javascript in the beam emulator.
} In either case - Why? What is the application behind this?
At the moment I am working with VoiceXML which incorporates ECMAScript.
Although they call a VoiceXML interpreter a "voice browser" if you
consider where it is typically used in the network it is a server side
application.
} What about https://github.com/beamjs/erlv8/ and http://beamjs.org/?
Yes, there are a couple bindings to external engines. Erlyjs was
taking the approach I would prefer, interpreting the ECMAscript on
the beam machine.
--
-Vance
More information about the erlang-questions
mailing list