[erlang-questions] import/1
Kostis Sagonas
kostis@REDACTED
Mon Jun 8 18:03:43 CEST 2009
Joel Reymont wrote:
>
> On Jun 8, 2009, at 4:57 PM, Robert Virding wrote:
>
>> Personally I only use it for importing functions from some very basic
>> modules like lists.
>
>
> I was trying to import all functions from a module to simplify a DSL.
What does it mean "to import all functions from a module" in a language
with hot-code loading when this set of functions can change at anytime?
(and the compiler currently looks only at one module at a time)
Kostis
More information about the erlang-questions
mailing list