I second Dan Cross's comment.  You also need to get used to *reading*standard 
Lisp code indentation.  It's not hard, but it's different from 
what's common for most languages.  Then when your editor reformats your 
code, you easily can see whether there's something wrong with your 
parentheses.

On Wednesday, April 16, 2014 11:27:03 AM UTC-5, Dan Cross wrote:
>
> Editor support helps a lot with that.  Personally, I consider it requisite 
> for effective editing of Lisp code (of any dialect).
>
> I personally use emacs and paredit mode, but of course your preference may 
> be different.  Whatever your favorite editor is, if it can be configured to 
> do automatic parenthesis matching, fixing alignment and the like, that will 
> go a long way towards mitigating the parenthesis burden.
>
>         - Dan C.
>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to