This will likely go live on clojure.org/cheatsheet in a few days, but I want to give it a little longer for folks to have a chance to look it over and submit comments and corrections.
Clojure 1.3.0 cheat sheet, sheet version 1.2 (clojure.org/cheatsheet is sheet version 1.0 at the moment), with links to docs on clojure.org: http://homepage.mac.com/jafingerhut/files/cheatsheet-clj-1.3.0-v1.2/cheatsheet-full.html with links to clojuredocs.org: http://homepage.mac.com/jafingerhut/files/cheatsheet-clj-1.3.0-v1.2/cheatsheet-clojuredocs.html Note: clojuredocs.org documentation for disj!, dissoc!, and pop! are all bad, with examples "bashing transients in place". Those ought to be fixed. conj! and assoc! examples are good. If someone beats me to fixing those bad examples, cool. Significant changes made since sheet version 1.0: + Renamed "Printing" section to "IO", and expanded its contents. Comments especially welcome there. + Renamed "Multimethods" section to "Abstractions", and copied its content from Michael Fogus's corresponding section in his ClojureScript cheatsheet (thank you, Fogus). If someone has a proposed short example for extend-protocol I could add there, that would be welcome, as well as any additional protocol-related functions/macros that you think ought to be mentioned there, with suggested categorizations. + Added new section "Metadata", with some hints on what all those ^:foo things mean. + Removed mention of structmaps (defrecord is recommended) + Moved Regex functions to strings section More details on changes made since sheet version 1.0: http://homepage.mac.com/jafingerhut/files/cheatsheet-clj-1.3.0-v1.2/CHANGELOG.txt Andy On Feb 15, 2012, at 11:21 AM, Andy Fingerhut wrote: > Fogus, Alex Millier, and I have made some updates to the Clojure cheatsheet > for Clojure 1.3.0: > > http://clojure.org/cheatsheet > > The links there go to the generated documentation on clojure.github.com. > Below is a version that is the same as the one above, except that its links > go to the appropriate page on clojuredocs.org. All of those have the > documentation string and a link to the source, and many of them also show > examples of their use. I can't vouch for the correctness of all of the > examples, but anyone is welcome to improve them by creating a free account on > that site and editing away. > > http://homepage.mac.com/jafingerhut/files/cheatsheet-clj-1.3.0-v1.0/cheatsheet-clojuredocs.html > > Andy > -- 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