Re: Clojure cheat sheet now links to ClojureDocs.org for things added since Clojure 1.4

2014-10-01 Thread Andy Fingerhut
[1] is the original Clojure cheat sheet that I have maintained for a while now, that has links to ClojureDocs, except with the links to Grimoire instead. Grimoire's creator, Reid McKenzie, submitted code for creating the Grimoire-linked variant, and I decided to publish both it and the ClojureDocs

Re: Clojure cheat sheet now links to ClojureDocs.org for things added since Clojure 1.4

2014-10-01 Thread John Louis Del Rosario
Looks great! Question, what is the relationship between this[1] and the Grimoire[2] cheatsheet? [1]: http://jafingerhut.github.io/cheatsheet/grimoire/cheatsheet-tiptip-cdocs-summary.html [2]: http://grimoire.arrdem.com/ On Tuesday, September 30, 2014 5:52:14 AM UTC+8, Andy Fingerhut wrote: > >

Re: Clojure cheat sheet now links to ClojureDocs.org for things added since Clojure 1.4

2014-10-01 Thread Sergey Didenko
Great news! Thank you for your efforts. On Tue, Sep 30, 2014 at 2:48 AM, zk wrote: > Hey, thanks for the kind words, Andy. > > I'd like to apologize to everybody here, I know it's been very frustrating > having such a visible project like ClojureDocs behind for so long. With this > rewrite bumpin

Re: Clojure cheat sheet now links to ClojureDocs.org for things added since Clojure 1.4

2014-09-29 Thread Andy Fingerhut
I haven't gotten into ClojureScript myself yet, so don't really have the knowledge or interest to update the one there. If there is an actively maintained one hosted somewhere else, let me know and I will link to it. If someone wants to update the one on my page (source at [1]), I would be happy

Re: Clojure cheat sheet now links to ClojureDocs.org for things added since Clojure 1.4

2014-09-29 Thread gvim
On 29/09/2014 22:52, Andy Fingerhut wrote: As usual, the latest Clojure cheat sheets are available at [2]. The version at clojure.org/cheatsheet will be updated some time to match. Andy [1] http://clojuredocs.org [2] http://jafingerhut.github.io Any chance of

Re: Clojure cheat sheet now links to ClojureDocs.org for things added since Clojure 1.4

2014-09-29 Thread zk
Hey, thanks for the kind words, Andy. I'd like to apologize to everybody here, I know it's been very frustrating having such a visible project like ClojureDocs behind for so long. With this rewrite bumping versions is a 3 line code change and a redeploy [1], so version lags won't happen again.

Re: Clojure Cheat Sheet

2009-10-20 Thread Rasmus Svensson
2009/10/19 Gorsal : > > All right, so this is probably way off topic, but what software was > used to create the clojure cheat sheet? > http://clojure.org/cheatsheet > I really like the format and would like to make one for my own > utilities so that I can actually remember what general utility >

Re: Clojure Cheat Sheet

2009-10-19 Thread Ben Mabey
Gorsal wrote: > All right, so this is probably way off topic, but what software was > used to create the clojure cheat sheet? > http://clojure.org/cheatsheet > I really like the format and would like to make one for my own > utilities so that I can actually remember what general utility > function

Re: Clojure Cheat Sheet

2009-10-18 Thread Gorsal
lo, never looked at the bottom. I shall do that next time! 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

Re: Clojure Cheat Sheet

2009-10-18 Thread ngocdaothanh
The bottom of that page says: Original source (pdf, tex). So it is probably TeX. On Oct 19, 8:06 am, Gorsal wrote: > All right, so this is probably way off topic, but what software was > used to create the clojure cheat sheet?http://clojure.org/cheatsheet > I really like the format and would li

Re: Clojure cheat sheet

2009-07-10 Thread Sean Devlin
Okay, I just printed the color version... Damn! This is awesome! I need to find some really heavy paper now, or a laminator machine, or both. Good job. On Jul 10, 10:27 am, Steve Tayon wrote: > Hi all, > > I uploaded a new revision. > > What's new? > - filled tables with colours (grey version

Re: Clojure cheat sheet

2009-07-10 Thread Steve Tayon
Hi all, I uploaded a new revision. What's new? - filled tables with colours (grey version also included) - attempt to categorize zippers and parallel - added and removed a few commands In short, if you like the last revision, you will love this one. As always, suggestions and comments are welc

Re: Clojure cheat sheet

2009-07-09 Thread tmountain
This is very cool. I will definitely be keeping a copy on my laptop as a quick reference. Thanks for putting it together. Travis On Jul 8, 5:04 am, Steve Tayon wrote: > Hello everyone, > > while looking around for a modern lisp, I discovered Clojure and was > instantly infected by the new possi

Re: Clojure cheat sheet

2009-07-08 Thread Wilson MacGyver
No no, that's not it. I merely suggested dzone.com because they generally promote their refcards, and I thought it would be a good way for clojure to get some press, and for you to get some fame. :) On Wed, Jul 8, 2009 at 1:49 PM, Steve Tayon wrote: > On 8 Jul., 19:03, Wilson MacGyver wrote: >>

Re: Clojure cheat sheet

2009-07-08 Thread Steve Tayon
Laurent PETIT schrieb: > Hi, interesting, thanks for doing this ! > > Maybe you could add also the reader syntax for lists (), vectors [], > sets #{}, maps {} or do you think they are too trivial to be in the > cheat sheet ? Although the initialisation of lists, vectors etc. is a reader task, I w

Re: Clojure cheat sheet

2009-07-08 Thread Wilson MacGyver
Great idea, maybe you should talk to dzone.com about turning this into a refcard. On Jul 8, 2009, at 5:04 AM, Steve Tayon wrote: > > Hello everyone, > > while looking around for a modern lisp, I discovered Clojure and was > instantly infected by the new possibilities to write software. Sinc

Re: Clojure cheat sheet

2009-07-08 Thread Laurent PETIT
Hi, interesting, thanks for doing this ! Maybe you could add also the reader syntax for lists (), vectors [], sets #{}, maps {} or do you think they are too trivial to be in the cheat sheet ? Regards, -- Laurent 2009/7/8 Steve Tayon : > > Mark Volkmann schrieb: >> Looks good! You might get so

Re: Clojure cheat sheet

2009-07-08 Thread Steve Tayon
Mark Volkmann schrieb: > Looks good! You might get some additional ideas for categories from > http://java.ociweb.com/mark/clojure/ClojureCategorized.html. Thanks for the hint. I will look for missing commands and merge them into the sheet. Steve --~--~-~--~~~---~--~

Re: Clojure cheat sheet

2009-07-08 Thread Mark Volkmann
Looks good! You might get some additional ideas for categories from http://java.ociweb.com/mark/clojure/ClojureCategorized.html. On Wed, Jul 8, 2009 at 4:04 AM, Steve Tayon wrote: > > Hello everyone, > > while looking around for a modern lisp, I discovered Clojure and was > instantly infected by