"R. Kent Dybvig" <[EMAIL PROTECTED]> writes: > That's certainly true for one-armed if expressions that span several > lines. I'm sure you'll agree that one-armed if expressions that appear > only on one line or span many lines are more difficult to distinguish from > two-armed if expressions.
I don't think I agree on the second count. (As to the first count, I see this rarely in Scheme code, and never in my own.) Could you give an example that has realistically long `if' arms? I can see where you'd have a hard time if it's, say 50+ lines long, but again, I see this very rarely in Scheme code, and never in my own. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
