This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-01
Channels
- # announcements (6)
- # beginners (68)
- # calva (5)
- # cider (3)
- # clara (1)
- # clojure (49)
- # clojure-europe (24)
- # clojure-nl (2)
- # clojure-norway (28)
- # clojure-seattle (1)
- # clojure-uk (5)
- # clojurescript (3)
- # conjure (5)
- # core-typed (6)
- # data-science (1)
- # datalevin (3)
- # datascript (3)
- # datavis (1)
- # datomic (19)
- # events (2)
- # fulcro (6)
- # gratitude (1)
- # helix (6)
- # hyperfiddle (19)
- # joyride (6)
- # lsp (20)
- # music (1)
- # nbb (12)
- # pathom (2)
- # pedestal (10)
- # re-frame (3)
- # reitit (3)
- # ring (5)
- # shadow-cljs (26)
- # yamlscript (17)
Launching https://github.com/paintparty/fireworks, a color printer for Clojure, ClojureScript, and Babashka.
Announcing two projects I have been working on over the last few months:
β’ https://github.com/k13labs/futurama, an opinionated Clojure library for using different async abstractions seamlessly with core.async
. The API is very stable at this point, and this project was the foundation to add async support to clara-rules.
β’ https://github.com/k13labs/clara-rules, based on clara-rules
, a forward-chaining rules engine, with tons of enhancements and a renewed performance focus exclusively for the JVM. New features coming soon to add built-in support for fact hierarchies, fact loaders, and better documentation.
Released https://clojure-lsp.io/ https://github.com/clojure-lsp/clojure-lsp/releases/tag/2024.03.01-11.37.51 with lots of fixes and a new different-aliases
linter, check how it works https://clojure-lsp.io/settings/#clojure-lspdifferent-aliases!
Thank you and all contributors for the support and help!
For more information come to #CPABC1H61
Huge thanks to @UKFSJSM38 and all contributors. Canβt imagine programming in Clojure without this tool.
Nice linter! I have a codebase-wide fixer for that sort of problem in the vault - if I had the time I'd refine it for public consumption :)
I didn't actually make any posts here, but I should probably mention that I updated the Clojure contrib parent pom and rolled new releases of many Clojure contrib libs. These are not effectively much different than prior. In a few cases it bumped a contrib lib's Clojure dependency to Clojure 1.9.0 (which avoids https://nvd.nist.gov/vuln/detail/CVE-2017-20189 that was logged against Clojure 1.8 and fixed in 1.9). So if you're encountering that, there is probably a new version out there for you.