The slide means to say that it enables continuous compilation for scala, not that it provides continuous compilation in general (which is, as you point out, provided by the core). As for the experimental qualifier, it was mostly because I remembered it didn't support subprojects but looking at the specs now, I realize we must have fixed these issues since it's now covered. So my bad for the misleading info. I'll update it for the next round. alex On Thu, Sep 16, 2010 at 8:57 AM, Daniel Spiewak wrote: > 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 >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 > > >