[erlang-questions] Beam archives (~ namespace)

Darach Ennis darach@REDACTED
Thu Nov 13 21:59:14 CET 2014


Hi Imants,

Erlang supports .ez (zip based) archives that supports something like
that...

http://erlang.org/doc/man/code.html

It works quite well for pluggable behaviours etc.

Cheers,

Darach.
On 13 Nov 2014 20:44, "Imants Cekusins" <imantc@REDACTED> wrote:

> Would it be possible to implement *.beam archives (something like *.jar's)?
>
> This would help a lot to deal with name clashes.
>
> E.g., a bunch of files are packaged in one good_program.bear file
>
> Then the code would show:
> -import(good_program).
>
> good_program_module:function().
>
> i.e., archives are in the code path but need to be specified
> explicitly before use.
>
> ?
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141113/0caddc7d/attachment.htm>


More information about the erlang-questions mailing list