[erlang-questions] "Automatic" recompile app from a console

Serge Aleynikov serge@REDACTED
Fri Feb 1 20:09:37 CET 2013


Hi Scott,

Nice to know I'm not the only one finding it useful!  ;-)

Other than for auto-compilation/loading of erlydtl templates, I also
find that having control over the moment of code loading is more
advantageous, as the function shows what modules were loaded, so you
know what version of code is running.

Concerning the user_default, I believe I added a couple more useful
functions there (i.e tc/2, tc/4) after I published this module a while
back.  Enjoy!  ;-)

Serge

On 2/1/2013 1:21 PM, Scott Lystig Fritchie wrote:
> Serge Aleynikov <serge@REDACTED> wrote:
> 
> sa> [1] https://github.com/saleyn/util/blob/master/src/user_default.erl
> 
> Howdy, Serge.  I've been using the l() function from that
> user_default.erl module for years.  It's tremendously handy.  There are
> times where I want to reload several modules after recompiling but load
> them sometime at my choosing rather than immediately after the compiler
> is done.  l() does that.
> 
> -Scott
> 



More information about the erlang-questions mailing list