[erlang-questions] Beam archives (~ namespace)

Imants Cekusins imantc@REDACTED
Thu Nov 13 21:44:22 CET 2014


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.

?



More information about the erlang-questions mailing list