4 ms·
Non-lispers don't always realize that more parens can actually be a feature :)
by wukix 12y ago
Non-lispers don't always realize that more parens can actually be a feature :)
- debacle 12y agoLispers don't always realize that too many parens/brackets is a code smell in almost any other language. It makes people unnecessarily wary of (stuff (like 'this)).
- nickik 12y agoIts().just().the().same().for().us().lispers().abstractFactoryFactory()
- collyw 12y agoI dunno. If I have a "complex" condition with more than two parts to it, I prefer to be liberal with parenthesis, rather than expect any future maintainer to remember all the operator precedence rules.