On Tue, 12 Sep 2006, Matt Benson <gudnabrsam@yahoo.com> 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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|