This wiki page can answer some questions of the form "where did contrib library X go later?", but it says nothing about clojure.contrib.cond:
http://dev.clojure.org/display/community/Where+Did+Clojure.Contrib+Go It is straightforward, if a bit tedious, to 'git clone' a copy of all current contrib libraries into a directory and then run the following command on Linux, Mac OS X, or Windows+Cygwin: find . \! -type d | xargs grep cond-let When I just did that it showed that the string "cond-let" does not exist in any current contrib libraries. I don't have any answers based on omniscience to provide, but the evidence looks pretty strong that cond-let did not make the jump to current contrib libraries. Andy On Sat, Oct 5, 2013 at 8:45 AM, Ryan Waters <ryan.or...@gmail.com> wrote: > Is cond-let not part of modular contrib? If it is, where is it? All the > github sources I've seen either: > a) define it themselves > b) use a non-contrib library > c) grab it from monolithic (old) contrib > > clojure.org is no help, nor is dev.clojure.org. clojuredocs.org is out > of date and clojure-doc.org doesn't have it. At least clojure.org has > the clojure cheetsheet - perhaps the one URL I use off that site. If > anyone can also enlighten my ignorance on better ways to find the functions > provided by contrib, short of reading each one in turn, that would be cool > too. > > No one I know uses clojure and I don't live in an area with clojure > meetups or conjs so I apologize in advance for what may be silly questions > and rantings. > > Thank you! > Ryan > > > > -- > -- > 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/groups/opt_out. > -- -- 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/groups/opt_out.