[erlang-questions] Dynamic Code Loading in ERTS

Tyron Zerafa tyron.zerafa@REDACTED
Tue Feb 19 18:59:04 CET 2013


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/93b52238/attachment.htm>


More information about the erlang-questions mailing list