Hi Sayth,

You're welcome. You may also be interested in a recent article I wrote 
where I analyzed 4 million lines of Clojure to find the most commonly 
called functions, macros, and special forms. If you order them by 
frequency, there's definitely a long tail curve where the most common 
expressions strongly dominate the rest. That means if you learn the most 
common, say, the 200 most common expressions first, you'll optimize 
learning things you're likely to use in your code and read in other code.

http://www.lispcast.com/100-most-used-clojure-expressions

Rock on!
Eric

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