I have been studying Clojure for 3 months. My experience: * After knowing about Lisp coding style and indents: parens disappeared * After knowing about reading from inside to outside: Clojure code is more understandable (http://groups.google.com/group/clojure/ browse_thread/thread/144142dcb5586292/a3df3bb6741b1a56) * The problem is not parens, the problem is *nested* parens. The 2 tips above + adding intermediate meaningful immutables using "let" help a lot.
> Hmm. Have we solved anything? Will this just make the complaints go > > (from (too (many (parens)))) > > to > too > many > nesting > levels? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en