[plt-scheme] indenting algorithms for Scheme code?

From: Ken Anderson (kanderson at bbn.com)
Date: Thu Dec 18 15:54:47 EST 2003

I'd like to have a Java window (outside of PLT-Scheme) that can indent Scheme expressions as they are entered.  I've looked at how Emacs does it, but it winds up calling a built in function that keeps track of a 15 element state vector.  I keep thinking its like reading what you've typed backwards until you find a landmark like a "(let ".   Is there a programming pearl hear i should know about?

k



Posted on the users mailing list.