Skip to content

Commit 635816b

Browse files
committed
update events
1 parent b9a56a8 commit 635816b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
= core.async: Deep Dive
2+
2025-12-10
3+
:jbake-type: event
4+
:jbake-edition:
5+
:jbake-link: https://team.health-samurai.io/core-async#rec1634368391
6+
:jbake-location: online
7+
:jbake-start: 2025-12-10
8+
:jbake-end: 2025-12-10
9+
10+
== core.async: Deep Dive
11+
12+
Core.Async: Deep Dive +
13+
+
14+
An exploration of Clojure's asynchronous programming engine internals, examining what transpires beneath the public API when developers initialize asynchronous processes and transmit messages +
15+
through channels. +
16+
+
17+
Topics covered: +
18+
- Internal architecture of channels, queues, timers, and event loops +
19+
- Compilation and scheduling of virtual threads +
20+
- Macro system implementation for core.async semantics and code transformation into state machines +
21+
+
22+
The presentation serves language designers exploring async support, Clojure practitioners using or evaluating core.async, and systems programmers curious about CSP-style concurrency patterns. +
23+
+
24+
Speaker: Andrey Listopadov, Clojure Engineer at Health Samurai. A professional Clojure developer with 5+ years of experience, Listopadov has ported core.async to Fennel, providing deep familiarity with the +
25+
library's underlying mechanisms. +
26+
+
27+
Registration: Please complete the registration form at the event URL with genuine contact information, as organizers may reach out for networking or speaking opportunities. +
28+
+
29+
+
30+
Zulip: https://clojurians.zulipchat.com/#narrow/stream/262224-events/near/561906611 +
31+

0 commit comments

Comments
 (0)