[erlang-questions] Why do we need modules at all?

Tim Watson watson.timothy@REDACTED
Tue May 24 15:37:47 CEST 2011


On 24 May 2011 14:07, Bengt Kleberg <bengt.kleberg@REDACTED> wrote:
> Greetings,
>
> Perhaps it is possible to do parse_transform when loading, but I have
> only heard about this at compile time. I meant a way to load modules,
> not compile them.
>

You could hack something together to do it at runtime if you're
importing/loading from an AST rather than a blob. I take your point
though - I did misunderstand slightly.



More information about the erlang-questions mailing list