clojure-conj

Magda Useglio 2026-04-10T12:49:39.322519Z

Hey, hey! We’re designing the workshops and activities for Wednesday, September 30, at Clojure/Conj 2026, and we'd like to hear from you: what’s something in the Clojure ecosystem you still don’t fully understand, or feel you’re just “getting by” with? If you had half a day to go deep on it, what would it be? Drop your ideas in the thread, and feel free to plus_one any of them you’d also love to see, so we can focus on things that actually matter in your day-to-day.

👍 2
💜 1
adi 2026-05-01T17:23:39.939539Z

P.S. i.e. "Full Systems" development; not just full stack. The key insight being derived from this line of questioning + hands-on practice: "What if one is able to apply the same software design sensibilities, problem-solving techniques, and (data-oriented) programming model all the way down from the 'small' (a function -> a namespace -> a module -> a program), all the way up to the 'large' whole entire systems-of-systems? And oh by the way, not have to change one's programming lingua franca in the process (not the same host or I/O, but the same programmatic abstractions and tools)."

Burin 2026-04-25T09:18:01.872569Z

Clojure Full-Stack - backend (Clojure), frontend (ClojureScript/Shadowcljs,{Replicant,Reframe,Reagent}), and of course mobile/desktop (ClojureDart/Flutter) in action.

1
adi 2026-04-16T19:53:17.181729Z

A first-principles intuition of composing applications (any kind) out of a small set of parts (libraries, multimethods, protocols, or even single functions), using "data-oriented-programming". This is where I struggled, and where almost everyone I know struggles (especially experienced programmers accustomed to other languages). That is critical grounding to further insights like "data DSLs", malli/spec style schemas, interceptors, component systems, data-driven routing, specter-style general-purpose path navigation, re-frame's effect/coeffect system, replicant's unidirectional dataflow loop, all the way to systems-of-systems like datomic / "turning the database inside-out", etc.

1
adi 2026-04-29T18:45:37.043549Z

To Burin's recommendation, I'd tack on sysadmin / devops / developer experience tooling and scripting - Babashka.

👍 1
Dustin Getz (Hyperfiddle) 2026-04-15T13:04:14.023989Z

concurrency architectures in clojure, java, clojurescript and javascript. And not just core.async

2
☝️ 1
1
1