Skip to content

Commit 91e9502

Browse files
committed
Merge branch 'master' into 1.12-doc-updates
2 parents 6c81a1a + 681cdba commit 91e9502

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1614
-135
lines changed

.github/workflows/publish-events.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Daily Event Publishing
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
7+
jobs:
8+
published-daily-events:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/setup-java@v4
13+
with:
14+
distribution: 'temurin'
15+
java-version: '8'
16+
17+
- name: Set up Clojure
18+
uses: DeLaGuardo/[email protected]
19+
with:
20+
cli: 'latest'
21+
22+
- name: Install CLI
23+
run: |
24+
curl -L -O https://github.com/clojure/brew-install/releases/latest/download/posix-install.sh
25+
chmod +x posix-install.sh
26+
sudo ./posix-install.sh
27+
clojure
28+
29+
- name: Check out the repository
30+
uses: actions/checkout@v4
31+
32+
- name: Run Event Script
33+
run: |
34+
cd script/eventgen
35+
clojure -X parse/parse-feed :dir '"../../content/events"'
36+
37+
- name: Commit and push event page
38+
run: |
39+
git config --global user.name clojure-build
40+
git config --global user.email "[email protected]"
41+
git add content/events
42+
if git status | grep -q modified
43+
then
44+
git commit -m 'update events'
45+
git push
46+
fi

content/api/cheatsheet.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ <h2>IO</h2>
26372637
current value of *in*.
26382638
26392639
Reads data in the edn format (subset of Clojure data):
2640-
http://edn-format.org
2640+
https://github.com/edn-format/edn
26412641
26422642
opts is a map that can include the following keys:
26432643
:eof - value to return on end-of-file. When not supplied, eof throws an
@@ -2655,7 +2655,7 @@ <h2>IO</h2>
26552655
If no reader is provided, *in* will be used.
26562656
26572657
Reads data in the edn format (subset of Clojure data):
2658-
http://edn-format.org
2658+
https://github.com/edn-format/edn
26592659
26602660
clojure.tools.reader.edn/read doesn't depend on dynamic Vars, all
26612661
configuration
@@ -2683,7 +2683,7 @@ <h2>IO</h2>
26832683
current value of *in*.
26842684
26852685
Reads data in the edn format (subset of Clojure data):
2686-
http://edn-format.org
2686+
https://github.com/edn-format/edn
26872687
26882688
opts is a map that can include the following keys:
26892689
:eof - value to return on end-of-file. When not supplied, eof throws an
@@ -2701,7 +2701,7 @@ <h2>IO</h2>
27012701
If no reader is provided, *in* will be used.
27022702
27032703
Reads data in the edn format (subset of Clojure data):
2704-
http://edn-format.org
2704+
https://github.com/edn-format/edn
27052705
27062706
clojure.tools.reader.edn/read doesn't depend on dynamic Vars, all
27072707
configuration
@@ -2728,15 +2728,15 @@ <h2>IO</h2>
27282728
Reads one object from the string s. Returns nil when s is nil or empty.
27292729
27302730
Reads data in the edn format (subset of Clojure data):
2731-
http://edn-format.org
2731+
https://github.com/edn-format/edn
27322732
27332733
opts is a map as per clojure.edn/read">read-string</a> (clojure.tools.reader.edn/) <a href="https://github.com/clojure/tools.reader" title="clojure.tools.reader.edn/read-string
27342734
([s] [opts s])
27352735
Reads one object from the string s.
27362736
Returns nil when s is nil or empty.
27372737
27382738
Reads data in the edn format (subset of Clojure data):
2739-
http://edn-format.org
2739+
https://github.com/edn-format/edn
27402740
27412741
opts is a map as per clojure.tools.reader.edn/read">read-string</a></code></td>
27422742
</tr>

content/community/user_groups.adoc

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ https://github.com/clojure/clojure-site[clojure-site] github repo.
2525
[[canada]]
2626
* Canada
2727
** https://groups.google.com/forum/#!forum/montreal-clojure-user-group[Montreal Clojure User
28-
Group]
28+
Group] (Inactive since 2017)
2929
** https://clojureto.github.io[Clojure Toronto]
30-
** https://www.meetup.com/Vancouver-Clojure[Vancouver Clojure]
3130
[[unitedstates]]
3231
* United states
3332
** Northeast
@@ -38,43 +37,36 @@ Clojure fans generally form a plurality.
3837
*** https://www.meetup.com/Clojure-NYC/[NYC Clojure Users Group] (Twitter: https://twitter.com/ClojureNYC[@ClojureNYC])
3938
*** ClojureScript NYC (Twitter: https://twitter.com/ClojureNYC[@ClojureNYC])
4039
*** https://www.meetup.com/Clojadelphia/[Clojadelphia - The Philadelphia User
41-
Group]
40+
Group] (Inactive since 2022)
4241
*** Pittsburgh Clojure Users Group is part of http://www.codeandsupply.co/[Pittsburgh Code & Supply]
4342
** Midwest
4443
*** https://www.meetup.com/Chicago-Clojure/[Chicago]
45-
*** https://cincyfp.wordpress.com/[Cincy Functional Programmers Group]
44+
*** https://cincyfp.wordpress.com/[Cincy Functional Programmers Group] (Inactive since 2018)
4645
*** Detroit Clojure Group
47-
*** https://www.meetup.com/clojure-mke/[Clojure MKE - Milwaukee, WI]
4846
*** https://www.meetup.com/Madison-Clojure-Meetup/[Madison Clojure Meetup] - Madison, WI
49-
*** http://clojure.mn/[Minnesota Clojure Users Group]
50-
*** https://www.meetup.com/stl-clojure[St. Louis Clojure Meetup]
51-
*** http://www.columbusclojure.com[Columbus Clojure User Group]
5247
** South
53-
*** https://www.meetup.com/Baltimore-Clojure/[Baltimore Clojure Meetup]
54-
*** https://www.meetup.com/Cap-Clug/[National Capital Area Clojure Users
48+
*** https://www.meetup.com/Cap-Clug/[National Capital Area Clojure Users (Inactive since 2021)
5549
Group] - Reston, VA
5650
*** ClojureDC - Washington, DC
57-
*** https://meetup.com/TriClojure/[TriClojure Meetup]
58-
*** https://www.meetup.com/Atl-Clj/[Atlanta Clojure User Group]
59-
*** https://groups.google.com/group/clj-houston[Clojure Houston User Group]
51+
*** https://meetup.com/TriClojure/[TriClojure Meetup] (Inactive since 2022)
52+
*** https://www.meetup.com/Atl-Clj/[Atlanta Clojure User Group] (Inactive since 2021)
53+
*** https://groups.google.com/group/clj-houston[Clojure Houston User Group] (Inactive since 2014)
6054
*** Dallas/Fort Worth Clojure Interest Group (https://groups.google.com/forum/#topic/clojure/Cym7oiViFoQ[
6155
See mailing list thread for more info])
62-
*** https://www.meetup.com/Clojure-Mid-Cities/[DFW-Southlake Clojure Mid-Cities Meetup]
56+
*** https://www.meetup.com/Clojure-Mid-Cities/[DFW-Southlake Clojure Mid-Cities Meetup] (Inactive since 2021)
6357
*** https://www.meetup.com/Austin-Clojure-Meetup/[Austin Clojure Meetup]
6458
*** Greenville Clojure Users Group (and https://groups.google.com/forum/#!forum/greenville-clojure[mailing list])
65-
*** https://www.meetup.com/Clojure-Co-Lab/[Clojure Co-Lab] - Columbia, South
6659
Carolina
6760
** West
6861
*** http://seajure.github.io[Seajure - Seattle Clojure Group]
69-
*** https://www.meetup.com/clojerks/[Clojure user group in Portland]
62+
*** https://www.meetup.com/clojerks/[Clojure user group in Portland] (Inactive since 2020)
7063
*** https://www.meetup.com/The-Bay-Area-Clojure-User-Group/[Bay Area Clojure User
7164
Group] - San Francisco (monthly meetup plus monthly
72-
dojo); San Mateo (monthly meetup)
65+
dojo); San Mateo (monthly meetup) (Inactive since 2022)
7366
*** https://www.meetup.com/Denver-Clojure-Meetup/[Denver Clojure Meetup]
7467
*** 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]
7568
*** 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)
7870

7971
[[europe]]
8072
== Europe

content/dev/contributors.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ Raymond Huang,rymndhng
700700
Peter Hudec,peterhudec
701701
Matthew Huebert,mhuebert
702702
Jeremy Hughes,jedahu
703+
Alesya Huik,alesya-h
703704
Richard Hull,rm-hull
704705
Hunter Hutchinson,
705706
Robert Hutchison,hutch
@@ -968,6 +969,7 @@ David Liepmann,daveliepmann
968969
Andreas Liljeqvist,bonega
969970
August Lilleaas,
970971
Michelle Lim,eemshi
972+
Marek Lipert,mll
971973
Mathieu Lirzin,mthl
972974
Joe Littlejohn,joelittlejohn
973975
Marc Limotte,mlimotte
@@ -992,6 +994,7 @@ Yanxiang Lou,louyx
992994
Benjamin James Lovell,socksy
993995
J. David Lowe,dlowe
994996
Scott Lowe,scottlowe
997+
Andres Lowrie,andres-lowrie
995998
Peter Lubell- Doughtie,pld
996999
Rovanion Luckey,Rovanion
9971000
Craig Brent Ludington,
@@ -1012,6 +1015,7 @@ Christopher Maier,
10121015
Glen Mailer,glenjamin
10131016
Roman Makhlin,yokalona
10141017
Cristian Malinescu,Cristian-Malinescu
1018+
Andrii Maliuta,ahndmal
10151019
Alan Malloy,
10161020
Henrish Maluleka,henroid
10171021
Itay Maman,
@@ -1084,6 +1088,7 @@ Carin Meier,
10841088
Philipp Meier,ordnungswidrig
10851089
Pavlos Melissinos,PavlosMelissinos
10861090
Joāo Gabriel Nascimento Mello,joaomello
1091+
Maksym Melnychok,mks-m
10871092
Johan Mena,jhn
10881093
Neil Menne,NeilMenne
10891094
Andrew s. Meredith,kendru
@@ -1540,6 +1545,7 @@ Frantisek Sodomka,fsodomka
15401545
Erik Soehnel,hoeck
15411546
Daniel Solano Gómez,sattvik
15421547
Ludge Solbach,lsolbach
1548+
Henrik Solgaard,hsolg
15431549
Artem Solomatin,solar05
15441550
James Tyler Solomon,uwo
15451551
Kevin Solorio,ksolo
@@ -1714,6 +1720,7 @@ Bill Vanyo,billvanyo
17141720
Alex Vear,axvr
17151721
veera,veera83372
17161722
David Velez,velez
1723+
Stan Verberkt,verberktstan
17171724
Gary Verhaegen,gaverhae
17181725
Prayag Verma,pra85
17191726
Christopher K. Vermilion,cvermilion

content/events/2024/clojure-conj.adoc

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
= Data-recur meeting 5: Datajure
2+
2024-06-29
3+
:jbake-type: event
4+
:jbake-edition:
5+
:jbake-link: https://clojureverse.org/t/data-recur-meeting-5-datajure-a-dsl-extension-to-existing-data-processing-libraries/10747
6+
:jbake-location: online
7+
:jbake-start: 2024-06-29
8+
:jbake-end: 2024-06-29
9+
10+
== 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. +
31+
Some parts will be unrecorded. +
32+
+
33+
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/439889919 +
34+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
= Los Angeles Clojure Meetup: Telemere
2+
2024-06-13
3+
:jbake-type: event
4+
:jbake-edition:
5+
:jbake-link: https://www.meetup.com/los-angeles-clojure-users-group/events/301448644/
6+
:jbake-location: online
7+
:jbake-start: 2024-06-13
8+
:jbake-end: 2024-06-13
9+
10+
== Los Angeles Clojure Meetup: Telemere (redux)
11+
12+
This month, we will collaboratively explore Telemere, a structured telemetry library for Clojure/Script. +
13+
As usual, we will start off the meetup discussing recent releases and developments of note in the Clojure ecosystem. +
14+
The meeting will be recorded. +
15+
We will continue with an online virtual meeting until further notice. +
16+
+
17+
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/442899333 +
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
= Los Angeles Clojure Meetup: Tempel
2+
2024-05-09
3+
:jbake-type: event
4+
:jbake-edition:
5+
:jbake-link: https://www.meetup.com/los-angeles-clojure-users-group/events/300787522/
6+
:jbake-location: online
7+
:jbake-start: 2024-05-09
8+
:jbake-end: 2024-05-09
9+
10+
== Los Angeles Clojure Meetup: Tempel
11+
12+
This month, we will collaboratively explore Telemere, a structured telemetry library for Clojure/Script. +
13+
As usual, we will start off the meetup discussing recent releases and developments of note in the Clojure ecosystem. +
14+
The meeting will be recorded. +
15+
We will continue with an online virtual meeting until further notice. +
16+
+
17+
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/437529038 +
18+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
= Real-world-data meeting 4
2+
2024-05-03
3+
:jbake-type: event
4+
:jbake-edition:
5+
:jbake-link: https://clojureverse.org/t/real-world-data-meeting-4/10708
6+
:jbake-location: online
7+
:jbake-start: 2024-05-03
8+
:jbake-end: 2024-05-03
9+
10+
== Real-world-data meeting 4 - date corrected
11+
12+
Real-world-data meeting 4 +
13+
+
14+
Hi! :star: note the corrected date :star: +
15+
It is not too late to join the real-world-data group. +
16+
This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it. +
17+
See the meeting 1 post for background. +
18+
Updates about the agenda will be shared in the group chat. +
19+
If you wish to join the group, please reach out beforehand. +
20+
parens1920&times;1440 98.2 KB +
21+
+
22+
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/436137958 +
23+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
= Real-world-data meeting 4
2+
2024-05-03
3+
:jbake-type: event
4+
:jbake-edition:
5+
:jbake-link: https://clojureverse.org/t/real-world-data-meeting-4/10708
6+
:jbake-location: online
7+
:jbake-start: 2024-05-03
8+
:jbake-end: 2024-05-03
9+
10+
== Real-world-data meeting 4
11+
12+
Hi! :star: note the corrected date :star: +
13+
It is not too late to join the real-world-data group. +
14+
This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it. +
15+
See the meeting 1 post for background. +
16+
Updates about the agenda will be shared in the group chat. +
17+
If you wish to join the group, please reach out beforehand. +
18+
parens1920&times;1440 98.2 KB +
19+
+
20+
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/435760417 +
21+

0 commit comments

Comments
 (0)