<span style="font-family:'.HelveticaNeueUI';font-size:15px;white-space:nowrap"><a href="http://www.erlang.org/doc/man/code.html#load_binary-3">http://www.erlang.org/doc/man/code.html#load_binary-3</a></span><br><br>
On Tuesday, February 19, 2013, Tyron Zerafa  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Does anyone know of a way in which one can execute a function's abstract syntax tree WITHOUT using erl_eval? <div>
<br></div><div>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??</div>

<div><br></div><div>Thanks for all your help :)</div><div>
</div></div>
</blockquote>