Eventually, They All Become Programming Languages

January 9, 2007 – 6:13 pm

AntUnit 1.0 has been released; it allows programmers to define test cases inside an Ant build file, and proves that every build system (or anything else with a configuration file) turns into a programming language.

  1. 3 Responses to “Eventually, They All Become Programming Languages”

  2. …and that’s why Martin Fowler advocates the use of rake (based on Ruby) for this sort of thing: http://martinfowler.com/bliki/JRake.html

    By Grig Gheorghiu on Jan 9, 2007

  3. Java programming really has turned into XML programming, eh?

    By Harald on Jan 10, 2007

  4. … and that’s why you should start with a programming language, and then create a build tool that uses it (SCons is one example of this). Or even use many languages - imagine a build tool where the build files were written in the language that most of the project’s developers were using for the product, and the build tool had an API that could be used from each language. Well, it’s a dream.

    By Matt Doar on Jan 10, 2007

Post a Comment