Nice! One nit though: continuous compilation comes from the core, not from the Scala plugin. Also, I'm not sure I would classify it as "experimental". There's a lot of stuff in Buildr that *is* experimental (the incremental compilation stuff for Scala 2.8 is probably a good example), but the continuous compilation bit is actually pretty solid.
Daniel On Thu, Sep 16, 2010 at 7:21 AM, Alex Boisvert <[email protected]>wrote: > For those curious, here are the slides for my Javazone talk from a week > ago, > > http://github.com/aboisvert/buildr-javazone-2010/raw/master/buildr-javazone-2010-final.pdf > > The github repo (http://github.com/aboisvert/buildr-javazone-2010) > contains > code and a buildfile I created during an interactive demo. > > The video of the talk will be posted later. > > alex >
