This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-09
Channels
- # announcements (23)
- # babashka (7)
- # beginners (69)
- # biff (5)
- # calva (12)
- # cider (10)
- # cljfx (9)
- # clojure (60)
- # clojure-austin (1)
- # clojure-europe (14)
- # clojure-korea (2)
- # clojure-losangeles (2)
- # clojure-madison (1)
- # clojure-nl (1)
- # clojure-norway (23)
- # clojure-uk (7)
- # clojuredesign-podcast (16)
- # clojurescript (40)
- # datomic (8)
- # gratitude (4)
- # mount (3)
- # nrepl (2)
- # off-topic (38)
- # pathom (3)
- # releases (1)
- # ring (8)
- # shadow-cljs (7)
Mornin'... the missus went in for her sleep study for a possible CPAP... will know results in a few weeks, but mine has been transformative 🙂
And in Clojure news, I've been thinking about a "deferred" subset of next.jdbc
so you can run code that "does" inserts, updates, deletes, etc but none of it happens until you get to the end and "deref" the deferred operations to apply the effects... I've wanted this for a long time to be able to push side-effects out of code and make it easier to test but previous attempts have been very ugly...
This sounds intriguing... I look forward to seeing where you get to with it, Sean - nice one 🙂
(tests and a sketch of it have been pushed to develop for anyone who is that curious)