This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-30
Channels
- # announcements (9)
- # babashka (22)
- # beginners (25)
- # calva (2)
- # cider (9)
- # clj-on-windows (15)
- # clj-otel (29)
- # clojure (73)
- # clojure-conj (4)
- # clojure-europe (69)
- # clojure-gamedev (4)
- # clojure-nl (1)
- # clojure-norway (19)
- # clojure-sweden (12)
- # clojure-uk (4)
- # clojuredesign-podcast (6)
- # clojurescript (5)
- # clr (52)
- # community-development (2)
- # cursive (5)
- # datahike (3)
- # datalevin (5)
- # datascript (4)
- # datomic (14)
- # dev-tooling (13)
- # events (4)
- # gratitude (12)
- # honeysql (1)
- # hyperfiddle (15)
- # jobs (1)
- # lsp (19)
- # malli (8)
- # meander (2)
- # missionary (10)
- # off-topic (12)
- # polylith (3)
- # reagent (8)
- # reitit (2)
- # remote-jobs (1)
- # shadow-cljs (31)
- # timbre (4)
Is there anyone still using Boot? It has been abandoned for years, so I plan to remove support from it from CIDER soon, as it seems it’s just dead weight at this point.
From Verona with love… a new release of CIDER (1.14, codename “Verona”) is out! 🇮🇹 ❤️ It features a ton of improvements, both small and big, and many bug-fixes. Check out the release notes for all the details https://github.com/clojure-emacs/cider/releases/tag/v1.14.0 Cheers!
P.S. It also drops support for Clojure 1.9, but I don’t think many of you will notice this. 🙂

thanks for the release! Is this on melpa already? (Not seeing it yet after running package-refresh-contents
and package-reinstall
).
The single most UX-influential change of this release would probably be that CIDER is now more robust when evaluating and displaying large values. CIDER will no longer hang when C-x C-e
ing a big value in the buffer or stepping over such value with CIDER debugger.
There may still be cases when working with huge values causes delays and freezes, but we eventually plan to root out all of those.
Allow me to add a bit to to what was said earlier here https://clojurians.slack.com/archives/C0617A8PQ/p1717086198085749?thread_ts=1717076499.024279&cid=C0617A8PQ
I’m guessing that many people will also appreciate the improvements we’ve made to flex completion (which is finally fully compliant with the standard Emacs completion API), the inspector, and to the cider-cheatsheet functionality which was mostly redesigned.
Big kudos to my dear friend Oleksandr Yakushev (@alexyakushev), who was the driving force for this release and managed to contribute so much, despite the ongoing war in Ukraine that shook his life to its very foundations. Sashko, you are a legend and the Clojure community owes you a great debt! :man-bowing: :male_superhero:
P.S. Did I also mention that this is the first release that officially supports clojure-ts-mode and clj-reload? Oh, yeah - it truly rocks!
