To throw another opinion in the mix...

Lisp programming encourages a "bottom-up" style of development. I feel this 
fits very naturally with Clojure's function-order requirements, as you build 
the "vocabulary" of your program starting with small units. Combined with 
logical separation of files and namespaces, there are no surprises while 
writing or reading Clojure.

When reading Clojure source code, I just skip to the bottom of the file and 
can be fairly sure I'll find higher-level functions that I can understand, 
then jump back up when needed.

-- 
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

Reply via email to