-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
74 lines (74 loc) · 3.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Clojure Cheatsheets</title>
<link type="text/css" rel="stylesheet" href="jafingerhut-clojure.css">
</head>
<body>
<h1>Clojure* Cheatsheets</h1>
<p><a href="https://github.com/jafingerhut/jafingerhut.github.com">Github
repo</a> for this page. Go there and open an issue, or fork it and
send a pull request to suggest additions or changes.</p>
<h2>Clojure/JVM in HTML, PDF</h2>
<p>Select a version of the cheatsheet for Clojure 1.8 - 1.11. Doc
strings in tooltips are from Clojure 1.11.</p>
<table>
<tbody>
<tr>
<td class="tableoutside"><br>
</td>
<td class="tableheading">Tooltip contains doc string only</td>
<td class="tableheading">Tooltip also includes 1-line summary of
clojuredocs.org content</td>
</tr>
<tr>
<td class="tableheading">Tooltips using TipTip</td>
<td class="tablecell" style="text-align: center;"><a href="cheatsheet/clojuredocs/cheatsheet-tiptip-no-cdocs-summary.html">ClojureDocs</a></td>
<td class="tablecell" style="text-align: center;"><a href="cheatsheet/clojuredocs/cheatsheet-tiptip-cdocs-summary.html">ClojureDocs</a>
(<-- MY FAVORITE)</td>
</tr>
<tr>
<td class="tableheading">Vanilla tooltips</td>
<td class="tablecell" style="text-align: center;"><a href="cheatsheet/clojuredocs/cheatsheet-use-title-attribute-no-cdocs-summary.html">ClojureDocs</a></td>
<td class="tablecell" style="text-align: center;"><a href="cheatsheet/clojuredocs/cheatsheet-use-title-attribute-cdocs-summary.html">ClojureDocs</a></td>
</tr>
<tr>
<td class="tableheading">No tooltips</td>
<td class="tablecell" style="text-align: center;" colspan="2" rowspan="1"><a
href="cheatsheet/clojuredocs/cheatsheet-no-tooltips-no-cdocs-summary.html">ClojureDocs</a></td>
</tr>
</tbody>
</table>
<p>Use git to obtain a local copy of the browsable HTML cheatsheets (saving
the pages in a browser loses the tooltips in my testing): </p>
<pre> % git clone https://github.com/jafingerhut/jafingerhut.github.com</pre>
<ul>
<li><a href="https://github.com/jafingerhut/clojure-cheatsheets/tree/master/pdf">PDF
versions</a> - click on one file in the list shown, then on the next
page click "Download" to download PDF.</li>
<li><a href="https://github.com/jafingerhut/clojure-cheatsheets">clojure-cheatsheets</a>
project on Github, containing source code to generate the cheatsheet.</li>
</ul>
<h3>Other Clojure/JVM cheatsheets</h3>
<p><a href="https://github.com/clojure-emacs/clojure-cheatsheet">Clojure/JVM
in Emacs</a></p>
<h2>ClojureScript</h2>
<p><a href="http://cljs.info/cheatsheet/">ClojureScript cheat sheet</a> in
HTML, with tooltips (<a href="https://github.com/oakmac/cljs.info/">GitHub
repo</a>)</p>
<p><a href="https://github.com/readevalprintlove/clojurescript-cheatsheet">ClojureScript</a>
- PDF, no tooltips. Last updated in 2012, so perhaps a bit dated</p>
<p><a href="http://himera.herokuapp.com/synonym.html">ClojureScript synonyms</a>
- HTML, no tooltips. Code snippets in JavaScript and ClojureScript
that have the same or similar effect.</p>
<h1>Other Clojure info</h1>
<p><a href="clj-ticket-status/clojure-ticket-info.html">Reports</a> on
status of Clojure tickets</p>
<p><a href="https://github.com/matthiasn/talk-transcripts">Transcripts</a>
of many talks by Rich Hickey on Clojure, Datomic, and system development,
including links to the videos.</p>
<p><a href="clojure-benchmarks-results/Clojure-benchmarks.html">Clojure
benchmarks</a></p>
</body>
</html>