[erlang-questions] Stand Alone Erlang or Equivalent

Chandru chandrashekhar.mullaparthi@REDACTED
Tue Sep 4 10:54:14 CEST 2007


On 04/09/07, Benjamin Tolputt <bjt@REDACTED> wrote:
> So I was wondering if I could impress them with some news on the Stand
> Alone Erlang front. In a related question, how easy is it to retrieve
> code/beams from non-file based sources (e.g. from an embedded native
> code database or zip file)?
>

code:load_binary/3 lets you load a module using a binary blob. This
might be useful.

cheers
Chandru



More information about the erlang-questions mailing list