<p dir="ltr">Hi Imants,</p>
<p dir="ltr">Erlang supports .ez (zip based) archives that supports something like that...</p>
<p dir="ltr"><a href="http://erlang.org/doc/man/code.html">http://erlang.org/doc/man/code.html</a></p>
<p dir="ltr">It works quite well for pluggable behaviours etc. </p>
<p dir="ltr">Cheers,</p>
<p dir="ltr">Darach.</p>
<div class="gmail_quote">On 13 Nov 2014 20:44, "Imants Cekusins" <<a href="mailto:imantc@gmail.com">imantc@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Would it be possible to implement *.beam archives (something like *.jar's)?<br>
<br>
This would help a lot to deal with name clashes.<br>
<br>
E.g., a bunch of files are packaged in one good_program.bear file<br>
<br>
Then the code would show:<br>
-import(good_program).<br>
<br>
good_program_module:function().<br>
<br>
i.e., archives are in the code path but need to be specified<br>
explicitly before use.<br>
<br>
?<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>