As trivial as it seems, proper indentation was also my most significant hurdle when learning Clojure. I finally was only able to "get" s-exps after realizing:
1. That indentation is *extremely* important. 2. That it's not straightforward ( relative to C-languages ). 3. You're not expected to easily indent code manually. After realizing those things, spending a couple of minutes to figure out auto-indentation was all it took to overcome that hurdle. -Patrick -- 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