On 6/21/11, Robert Clipsham <[email protected]> wrote: > I use D as a build script for my project too, it's awesome how easy it > is to make the build parallel, and how much compilation time it saves!
Yeah, true words right there. RDMD is what makes everything run so smooth, it feels like coding in Python. > > Side note: parallel() works as an alias for taskPool.parallel, saves you > some characters and looks nicer! Right you are. Fixed! I can't believe how easy it is to just fix and push something online. It's quite exciting.
