[erlang-questions] Loading code generated on the fly
Claes Wikstrom
klacke@REDACTED
Sat Sep 27 21:16:37 CEST 2008
Robert Virding wrote:
> I am generating compiled erlang code on the fly without saving using
> files (using LFE) and need to load the compiled binary into the system.
> Now, I know how to do myself "by hand" but I would prefer to go through
> the normal code loader to keep it all clean.
I have a similar situation in yaws, however I chose to
actually write the .erl file. In retrospect this has been
very good for debugging over the years.
/klacke
More information about the erlang-questions
mailing list