Hello everyone, while looking around for a modern lisp, I discovered Clojure and was instantly infected by the new possibilities to write software. Since then I watched the screencasts and read several tutorials. Finally I bought "Programming Clojure" by Stuart and I was impressed by his clean and well-structured writing style.
There are many many great tutorials about Clojure out there, but I was interested in a summary of the available Clojure functions and macros. So I decided to hack together a Clojure cheat sheet in the style of the Latex cheat sheet by Winston Chang (http://www.stdout.org/~winston/ latex). Consequently the sheet should not contain more than two pages. At first, I though about the following arrangement: function | short description | example. Quickly I realized, that the sheet would become a book. Therefore I mostly used the categories in the Clojure Wiki on http://www.clojure.org. For example, when you are working with sequences, you can look up, which function could be used to get your things done. Most names are self-explaining and in doubt (doc <function>) will help you out with parameters and description. Sometimes an example for a complicated function would be useful, but in that case, you have to look up elsewhere. Sorry... You find the cheat sheet in the Clojure group file section (clojure- cheat-sheet.zip). Hope you find this useful! Still, the credit goes to the Clojure Wiki. If you are missing something, tell me! Thank you Rich for developing this excellent piece of software. Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---