This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-11
Channels
- # announcements (4)
- # babashka (4)
- # beginners (164)
- # calva (47)
- # cider (1)
- # cljs-dev (29)
- # cljsrn (3)
- # clojure (137)
- # clojure-europe (23)
- # clojure-nl (3)
- # clojure-spec (7)
- # clojure-uk (44)
- # clojurescript (35)
- # component (8)
- # conjure (119)
- # cursive (32)
- # datomic (12)
- # emacs (31)
- # figwheel-main (36)
- # graalvm (10)
- # jobs (2)
- # kaocha (1)
- # lein-figwheel (3)
- # meander (15)
- # mount (3)
- # off-topic (9)
- # pathom (8)
- # quil (4)
- # re-frame (13)
- # reagent (15)
- # remote-jobs (10)
- # shadow-cljs (128)
- # slack-help (2)
- # spacemacs (8)
- # test-check (6)
- # xtdb (6)
Piggieback 0.5 is out! The big news is that it now supports nREPL’s pretty-printing mechanism. More details here https://github.com/nrepl/piggieback#pretty-printing All nREPL clients will get this out-of-the-box when using the new Piggieback.



Afternoon all - we've just released Crux 1.8.3 🚀 This release introduces S3 support and the ability to subscribe to the transaction log, as well as the usual performance optimisations and bug fixes More details in the #crux channel, and the release notes here: https://github.com/juxt/crux/releases/tag/20.05-1.8.3-alpha
https://github.com/fmnoise/flow version 4.0
is released with new artifact id and lots of new functionality:
- new protocol-based implementation for defining failure and non-failure processing and throwing
- chain
function for applying multiple functions for non-failure results in chain
- handle
- function for applying success or error handler depending on value
- ex-info!
functional wrapper for creating and throwing ex-info
- autocarrying for then
, else
, thru
and their call-based versions
- cljs support (experimental)
org.clojure/core.async 1.2.598 is now available • onto-chan, to-chan use of go-loop incompatible with blocking colls, replace with onto-chan! onto-chan!! to-chan! to-chan!! (deprecate onto-chan, to-chan) • to-chan! and onto-chan! added to cljs for portability

