New section request -- "See also" for X-ref

0 views
Skip to first unread message

Shantanu Kumar

unread,
Jul 18, 2010, 10:58:53 AM7/18/10
to ClojureDocs.org Discussion Group
I'd like to suggest a "See also" section. For example, see this
snippet:

user=> (get {:a 1 :b 2} :a)
1
user=> (get {:a 1 :b 2} :c)
nil
user=> (find {:a 1 :b 2} :c)
nil
user=> (find {:a 1 :b 2} :a)
[:a 1]


"get" and "find" are related, the only difference being get returns
the value, and find returns the map-entry.

Regards,
Shantanu

Zachary Kim

unread,
Jul 18, 2010, 3:20:40 PM7/18/10
to clojure...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages