Jatha 1.1
I just released a new version of Jatha, the lisp-like macro preprocessor for Java that I wrote a couple years ago. The new version has Ant support, plus a few new macros:
- The EXCEPTION_CLASS macro creates simple exception classes.
- The MCATCH macro lets you have a single exception handler for multiple exception types.
- The COLLECTION macro generates several methods for working with collections that belong to a class (e.g. a Person class might have a collection of other Persons, with methods like addChild(), removeChild(), getChildIterator(), etc).
All of these changes were contributed by Eric Anderson.
Posted on September 25, 2003 08:26 PM
More projects articles