[erlang-questions] Dynamic Code Loading in ERTS

Bob Ippolito bob@REDACTED
Tue Feb 19 19:08:02 CET 2013


http://www.erlang.org/doc/man/code.html#load_binary-3

On Tuesday, February 19, 2013, Tyron Zerafa wrote:

> Does anyone know of a way in which one can execute a function's abstract
> syntax tree WITHOUT using erl_eval?
>
> The only (naive) way I have managed to come up with so far is to write the
> function to a file, compile and load it? Is there a practical way which
> avoids this overhead (of writing to a file) allowing code to be loaded
> directly in the ERTS??
>
> Thanks for all your help :)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130219/c216c2c0/attachment.htm>


More information about the erlang-questions mailing list