On Tue, 12 Sep 2006, Matt Benson <[EMAIL PROTECTED]> wrote:
> dare I say it, could be fun if we could find ways to
> make a DSL that is Ant-focused. ;)
Ant is a DSL, isn't it?
The easiest thing would be a re-implementation of Ant in Common Lisp,
we'd get real macros and a time-tested "scripting" language for free.
and we could get rid of XML:
(project :name "Ant" :default "echo"
(target :name "echo"
(echo :message "Hello World")))
Tasks would be functions or macros.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]