replacement for nformat program



On 12/28/07, Stavros Macrakis <macrakis at alum.mit.edu> wrote:

> Actually Fateman agreed that nformat shouldn't perform structure-to-string
> conversions in his mail of Dec 20, 2007 4:27 PM, so it's this same version.

Oh, you're right. I thought I was responding to the most recent
message but I was just mixed up. Sorry for the bother.

> I'd think you'd want to have part( interval(2,3) , 0 ) => 'interval or some
> such, not "[".  You'd do this by having nformat generate ((%interval) 2 3),
> with simp-%interval transforming this to whatever CLOS object you want.

Yeah, you're right about that too.

Robert