From: ·····@pjacobsson.com
Subject: Generate Ant scripts using s-expressions
Date: 
Message-ID: <1190092043.388056.105700@o80g2000hse.googlegroups.com>
Hi all,
If any of you are stuck on Java projects, maybe you'll get a kick out
of this Common Lisp program I've been working on:

Santo, a small tool that lets you generate scripts for Apache Ant (the
Java equivalent of 'make') using s-expressions and macros instead of
XML. Check it out here: http://www.pjacobsson.com/santo

I'm a Lisp newbie so I'm sure my code could be better. Any feedback
about style, good or bad practices, and so on, is appreciated.

Thanks,
Per