|
|
|
|
|
by tmtvl
300 days ago
|
|
Doing structural editing with unbracketed let bindings is pretty awful, though. And cond clauses being bracketed helps when needing multiple forms: (cond ((printable? foo)
(print foo)
(newline)
foo)
(else
(print-members foo)
newline))
True, with modern machine-generated mass-operations refactoring is easier than with older tools, but that doesn't mean a given set of brackets is 'useless'. |
|