<div dir="ltr"><div><div>Greetings,<br><br></div>Is 2) similar enough to file:consult/1, to maybe warrant it to be called 'consult' instead?<br><br></div>bengt<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 4, 2017 at 1:09 AM, Richard A. O'Keefe <span dir="ltr"><<a href="mailto:ok@cs.otago.ac.nz" target="_blank">ok@cs.otago.ac.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There are two things that would make life easier for me using the<br>
Erlang shell, and I thought I'd ask for thoughts here before writing<br>
them up as EEPs.<br>
<br>
(1) import(Module, Functions)<br>
    where Functions is a list of {Name,Arity} pairs.<br>
    Effect: calls to that function from the shell don't need a<br>
    Module prefix, just like -import directives in files.<br>
<br>
    Reason: I often want to call a function or a small number of<br>
    functions many times to explore it or test it.<br>
<br>
(2) include(FileName)<br>
    Effect: reads FileName as a sequence of Erlang expressions and<br>
    interprets them as if typed into the same shell.<br>
<br>
    Reason: set up constants and imports.<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
</blockquote></div><br></div>