Subject: Re: Code beautifiers, anyone?
To: Garrett D'Amore <garrett_damore@tadpole.com>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: current-users
Date: 08/25/2006 00:15:02
On Thu, Aug 24, 2006 at 08:21:12AM -0700, Garrett D'Amore wrote:
> 
> So, in other words, I don't think you're going to find a "simple" way to
> do this, unless you're willing to sacrifice accuracy.

What he said -- you won't do better than indent(1) with a "simple" tool.
But if you want an elegant way to do this, I'd urge you to do it in LISP;
every tool has its own best use, and this is the kind of thing LISP is
very, very good at.

Thor