On May 17, 2010, at 10:10 AM, Sean Devlin wrote:

> From the in progress Clojure library standards[1] page:
> 
> * Use keyword-first syntax to access properties on objects:
> 
> (:property object-like-map)
> 
> * Use collection-first syntax to extract values from a collection (or
> use get if the collection might be nil).
> 
> (collection-like-map key) (get collection-like-map key)

Makes sense. Thanks.

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