Skip to content

Commit

Permalink
Add assoc-in to Vectors/'Change' section (v33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafingerhut committed Aug 6, 2015
1 parent cae5e64 commit d16fc39
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4 deletions.
Binary file modified pdf/cheatsheet-a4-bw.pdf
Binary file not shown.
Binary file modified pdf/cheatsheet-a4-color.pdf
Binary file not shown.
Binary file modified pdf/cheatsheet-a4-grey.pdf
Binary file not shown.
Binary file modified pdf/cheatsheet-usletter-bw.pdf
Binary file not shown.
Binary file modified pdf/cheatsheet-usletter-color.pdf
Binary file not shown.
Binary file modified pdf/cheatsheet-usletter-grey.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions src/clj-jvm/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---------------------------------------------------------------------
August 6, 2015 - Clojure 1.4 - 1.7, sheet v33

Add assoc-in to section Vectors/'Change'.

---------------------------------------------------------------------
June 18, 2015 - Clojure 1.4 - 1.7, sheet v32

Expand Down
8 changes: 4 additions & 4 deletions src/clj-jvm/src/generator/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@


(def cheatsheet-structure
[:title {:latex "Clojure Cheat Sheet (Clojure 1.4 - 1.7, sheet v32)"
:html "Clojure Cheat Sheet (Clojure 1.4 - 1.7, sheet v32)"}
[:title {:latex "Clojure Cheat Sheet (Clojure 1.4 - 1.7, sheet v33)"
:html "Clojure Cheat Sheet (Clojure 1.4 - 1.7, sheet v33)"}
:page [:column
[:box "green"
:section "Documentation"
Expand Down Expand Up @@ -333,8 +333,8 @@
:html "<a href=\"http://docs.oracle.com/javase/7/docs/api/java/util/Vector.html#lastIndexOf%28java.lang.Object%29\">.lastIndexOf</a>"}
]]
[{:html "'Change'", :latex "`Change'"}
:cmds '[assoc pop subvec replace conj rseq update-in
"(1.7)" update]]
:cmds '[assoc assoc-in pop subvec replace conj rseq
update-in "(1.7)" update]]
["Ops" :cmds '[reduce-kv]]]
:subsection "Sets"
:table [["Create unsorted"
Expand Down

0 comments on commit d16fc39

Please sign in to comment.