[erlang-questions] Multiple modules
Vlad Dumitrescu
vladdu55@REDACTED
Thu Oct 5 10:44:12 CEST 2006
On 10/5/06, Joe Armstrong <erlang@REDACTED> wrote:
> I often have a number of small but related modules and it would be
> nice to distributed them as a single file.
>
> Conceptually an application *is* one thing - so I'd like to distribute one
> file
Yes, I agree. But this has some semantic effects too (like linking the
modules together tightly), that need to be tought over.
Personally, I use zip or tar for the "one file" effect without any
semantic side-effects ;-)
regards,
Vlad
More information about the erlang-questions
mailing list