BooDoo is a build tool remeniscent of NAnt, except that it uses a domain-specific language (DSL) rather than the eXtensible Markup Language (XML) employed by NAnt. Because the DSL is compiled and run as a Boo source code file, the build file can contain regular Boo code to be run along-side of the build targets.
