From: Neil Van Dyke (neil at neilvandyke.org) Date: Fri Dec 24 16:18:57 EST 2010 |
|
Casey Klein wrote at 12/24/2010 04:01 PM: > At least it's consistent with the indentation of regular old `let' :-) > > (let loop > ..((x a) > ...(y b)) > ..x > ..y) > Heh. I want to call that wrong. Emacs has been pretty much the gold standard for Scheme (and CL) indenting, and it does: (let loop ....((x a) .....(y b)) ..x ..y) -- http://www.neilvandyke.org/
Posted on the users mailing list. |
|