Re: Clojure cheatsheet v16 with few updates for Sets, Maps, and Relations sections

2014-09-04 Thread Alan Thompson
Thanks for the update!

I noticed that the URL still implies usage of Clojure 1.3:
http://jafingerhut.github.io/cheatsheet-clj-1.3/cheatsheet-tiptip-cdocs-summary.html

Should this change as well?

Alan



On Fri, Aug 29, 2014 at 6:56 AM, Andy Fingerhut andy.finger...@gmail.com
wrote:

 Newest version available here:

 http://jafingerhut.github.io

 Updates will likely make their way to the Grimoire and Clojure.org
 cheatsheet pages in time.

 I was reviewing the sections of the cheatsheet on Sets and Maps, and grew
 dissatisfied with the placement of some of the functions.  I added a new
 Relations section (aka rels, sets of maps that each have identical keys),
 moved the relational algebra functions out of Sets into Relations, and
 moved a few other functions around to places that seemed more appropriate.
 I also added a link to the Medley library on Github, in the Maps/'Change'
 section.  Gory details of the changes made given here:


 https://github.com/jafingerhut/clojure-cheatsheets/blob/master/src/clj-jvm/CHANGELOG.txt

 Suggestions, comments, questions on the cheatsheet welcome.

 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
 ---
 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/d/optout.


-- 
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/d/optout.


Re: Clojure cheatsheet v16 with few updates for Sets, Maps, and Relations sections

2014-09-04 Thread Andy Fingerhut
I've moved the pages to link names that are less misleading (no version
number), and for anyone that still has direct bookmarks or links to the
former locations, links to the new location.

Andy


On Thu, Sep 4, 2014 at 2:26 PM, Alan Thompson clooj...@gmail.com wrote:

 Thanks for the update!

 I noticed that the URL still implies usage of Clojure 1.3:
 http://jafingerhut.github.io/cheatsheet-clj-1.3/cheatsheet-tiptip-cdocs-summary.html

 Should this change as well?

 Alan



 On Fri, Aug 29, 2014 at 6:56 AM, Andy Fingerhut andy.finger...@gmail.com
 wrote:

 Newest version available here:

 http://jafingerhut.github.io

 Updates will likely make their way to the Grimoire and Clojure.org
 cheatsheet pages in time.

 I was reviewing the sections of the cheatsheet on Sets and Maps, and grew
 dissatisfied with the placement of some of the functions.  I added a new
 Relations section (aka rels, sets of maps that each have identical keys),
 moved the relational algebra functions out of Sets into Relations, and
 moved a few other functions around to places that seemed more appropriate.
 I also added a link to the Medley library on Github, in the Maps/'Change'
 section.  Gory details of the changes made given here:


 https://github.com/jafingerhut/clojure-cheatsheets/blob/master/src/clj-jvm/CHANGELOG.txt

 Suggestions, comments, questions on the cheatsheet welcome.

 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
 ---
 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/d/optout.


  --
 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/d/optout.


-- 
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/d/optout.


Clojure cheatsheet v16 with few updates for Sets, Maps, and Relations sections

2014-08-29 Thread Andy Fingerhut
Newest version available here:

http://jafingerhut.github.io

Updates will likely make their way to the Grimoire and Clojure.org
cheatsheet pages in time.

I was reviewing the sections of the cheatsheet on Sets and Maps, and grew
dissatisfied with the placement of some of the functions.  I added a new
Relations section (aka rels, sets of maps that each have identical keys),
moved the relational algebra functions out of Sets into Relations, and
moved a few other functions around to places that seemed more appropriate.
I also added a link to the Medley library on Github, in the Maps/'Change'
section.  Gory details of the changes made given here:


https://github.com/jafingerhut/clojure-cheatsheets/blob/master/src/clj-jvm/CHANGELOG.txt

Suggestions, comments, questions on the cheatsheet welcome.

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
--- 
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/d/optout.


Re: Clojure cheatsheet v16 with few updates for Sets, Maps, and Relations sections

2014-08-29 Thread Reid McKenzie
Awesome! Thanks Andy. I'll make a point of getting this in to Grimoire
0.3.6.

Reid
On 08/29/2014 08:56 AM, Andy Fingerhut wrote:
 Newest version available here:

 http://jafingerhut.github.io

 Updates will likely make their way to the Grimoire and Clojure.org
 cheatsheet pages in time.

 I was reviewing the sections of the cheatsheet on Sets and Maps, and
 grew dissatisfied with the placement of some of the functions.  I
 added a new Relations section (aka rels, sets of maps that each have
 identical keys), moved the relational algebra functions out of Sets
 into Relations, and moved a few other functions around to places that
 seemed more appropriate.  I also added a link to the Medley library on
 Github, in the Maps/'Change' section.  Gory details of the changes
 made given here:


 https://github.com/jafingerhut/clojure-cheatsheets/blob/master/src/clj-jvm/CHANGELOG.txt

 Suggestions, comments, questions on the cheatsheet welcome.

 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
 ---
 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
 mailto:clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
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/d/optout.