You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/api/cheatsheet.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2637,7 +2637,7 @@ <h2>IO</h2>
2637
2637
current value of *in*.
2638
2638
2639
2639
Reads data in the edn format (subset of Clojure data):
2640
-
http://edn-format.org
2640
+
https://github.com/edn-format/edn
2641
2641
2642
2642
opts is a map that can include the following keys:
2643
2643
:eof - value to return on end-of-file. When not supplied, eof throws an
@@ -2655,7 +2655,7 @@ <h2>IO</h2>
2655
2655
If no reader is provided, *in* will be used.
2656
2656
2657
2657
Reads data in the edn format (subset of Clojure data):
2658
-
http://edn-format.org
2658
+
https://github.com/edn-format/edn
2659
2659
2660
2660
clojure.tools.reader.edn/read doesn't depend on dynamic Vars, all
2661
2661
configuration
@@ -2683,7 +2683,7 @@ <h2>IO</h2>
2683
2683
current value of *in*.
2684
2684
2685
2685
Reads data in the edn format (subset of Clojure data):
2686
-
http://edn-format.org
2686
+
https://github.com/edn-format/edn
2687
2687
2688
2688
opts is a map that can include the following keys:
2689
2689
:eof - value to return on end-of-file. When not supplied, eof throws an
@@ -2701,7 +2701,7 @@ <h2>IO</h2>
2701
2701
If no reader is provided, *in* will be used.
2702
2702
2703
2703
Reads data in the edn format (subset of Clojure data):
2704
-
http://edn-format.org
2704
+
https://github.com/edn-format/edn
2705
2705
2706
2706
clojure.tools.reader.edn/read doesn't depend on dynamic Vars, all
2707
2707
configuration
@@ -2728,15 +2728,15 @@ <h2>IO</h2>
2728
2728
Reads one object from the string s. Returns nil when s is nil or empty.
2729
2729
2730
2730
Reads data in the edn format (subset of Clojure data):
2731
-
http://edn-format.org
2731
+
https://github.com/edn-format/edn
2732
2732
2733
2733
opts is a map as per clojure.edn/read">read-string</a> (clojure.tools.reader.edn/) <ahref="https://github.com/clojure/tools.reader" title="clojure.tools.reader.edn/read-string
2734
2734
([s] [opts s])
2735
2735
Reads one object from the string s.
2736
2736
Returns nil when s is nil or empty.
2737
2737
2738
2738
Reads data in the edn format (subset of Clojure data):
2739
-
http://edn-format.org
2739
+
https://github.com/edn-format/edn
2740
2740
2741
2741
opts is a map as per clojure.tools.reader.edn/read">read-string</a></code></td>
*** https://www.meetup.com/Los-Angeles-Clojure-Users-Group/[Los Angeles Clojure Users Group] and https://groups.google.com/forum/#!forum/clj-la[mailing list]
75
68
*** Santa Barbara Clojure Users Group
76
-
*** https://groups.google.com/forum/#!forum/clj-phx[Phoenix Clojure User Group]
77
-
*** https://www.meetup.com/San-Diego-Clojure-Users-Group/[San Diego Clojure Users Group]
69
+
*** https://groups.google.com/forum/#!forum/clj-phx[Phoenix Clojure User Group] (Inactive since 2018)
== Data-recur meeting 5: Datajure - a DSL extensi...
11
+
12
+
Data-recur meeting 5: Datajure - a DSL extension to existing data processing libraries +
13
+
+
14
+
The data-recur group is a space for collaborations around the emerging Clojure stack for data processing and data analysis. +
15
+
This June, it is coming back. +
16
+
It will be presented by Matthias Buehlmaier and Yang Ming-Tian from the Business School. +
17
+
This meeting will be dedicated to the Datajure, a Domain Specific Language extension for existing data processing libraries such as tech.ml.dataset, tablecloth, clojask and geni. +
18
+
Joining +
19
+
Please use the Going button at the top of this post to mark your participation. +
20
+
You can also use the Add to Calendar button to add the event to your calendar. +
21
+
Length +
22
+
The official part will be 90 minutes long. +
23
+
Sometimes some of us like to stay longer and chat. +
24
+
Platform +
25
+
+
26
+
Video meeting: Launch Meeting - Zoom +
27
+
Text chat: We will use the #data-recur Zulip stream. +
28
+
+
29
+
Recording +
30
+
Most of the meeting will be recorded and shared publicly. +
0 commit comments