Skip to content

Commit 97e71e2

Browse files
committed
add clojure jam conf post draft
1 parent 968701f commit 97e71e2

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
91 KB
Loading
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
^{:kindly/hide-code true
2+
:clay
3+
{:title "Clojure Jam - Where We Express Ourselves in a Functional Way"
4+
:quarto {:author [:syungb :daslu]
5+
:description "The first creative coding conference hosted by Scicloj"
6+
:draft true
7+
:type :post
8+
:image "clojure-jam.png"
9+
:date "2025-11-14"
10+
:category :clojure
11+
:tags [:clojure-jam :conference :creative-coding]}}}
12+
(ns scicloj.clojure-jam.clojure-jam-2026)
13+
;;
14+
;; Scicloj has been expanding, not only as a group for open source projects with data science in Clojure,
15+
;; but also as a community that welcomes anyone who wants to learn, contribute,
16+
;; or share fun stories of their enthusiasm for Clojure.
17+
;;
18+
;; Over the previous conferences hosted by Scicloj, we’ve had the pleasure of
19+
;; meeting many talented and creative minds. It’s been inspiring, and we want more!
20+
;;
21+
;; ## Clojure Jam - The Event
22+
;;
23+
;; There are many ways of expressing creativity, including through code.
24+
;; So we want to host a special event in April 2026 (firm dates TBD) to explore
25+
;; creative and artistic coding projects, and call it [Clojure Jam 2026](https://scicloj.github.io/clojure-jam-2026/)!
26+
;;
27+
;; We are looking for talk submissions such as:
28+
;;
29+
;; - Sharing creative coding work, and what you like about creative coding
30+
;; - Jam sessions to celebrate the event with live music and/or visual art
31+
;; - Workshops that demonstrate how to be a creative coder
32+
;; - The fundamentals of arts - like “what is sound or color?”, “how does frequency relate to the experience of sound”, “data visualization principles 101”, etc.
33+
;;
34+
;; ## Call for Speakers and Instructors
35+
;;
36+
;; Do any of the above sound interesting to you? If so, please check out [our submission guide page](https://scicloj.github.io/clojure-jam-2026/speakers.html)!
37+
;; Or if you have some ideas that need further brainstorming,
38+
;; or some if you have questions, please reach out to us!
39+
;;
40+
;; We want to feature creative talks/performances, hands-on workshops, live coding,
41+
;; discussions, and to publish all these stories on Clojure Civitas!
42+
;;
43+
;; ## BTW
44+
;;
45+
;; We’ll definitely continue to organize more events dedicated to working with
46+
;; Clojure in data science in the future as we have in the past.
47+
;; But we thought it would be worthwhile to make some time to explore all our artistic sides, too.

0 commit comments

Comments
 (0)