This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-19
Channels
- # announcements (10)
- # aws (3)
- # aws-lambda (1)
- # babashka (24)
- # beginners (57)
- # boot (5)
- # calva (20)
- # chlorine-clover (3)
- # cider (14)
- # clj-kondo (37)
- # clojars (17)
- # clojure (200)
- # clojure-dev (40)
- # clojure-europe (9)
- # clojure-france (7)
- # clojure-gamedev (5)
- # clojure-hungary (4)
- # clojure-italy (8)
- # clojure-losangeles (2)
- # clojure-nl (9)
- # clojure-uk (97)
- # clojurebridge (1)
- # clojured (3)
- # clojuredesign-podcast (23)
- # clojurescript (13)
- # code-reviews (2)
- # component (22)
- # core-typed (7)
- # cursive (64)
- # datascript (12)
- # datomic (60)
- # emacs (6)
- # fulcro (54)
- # graalvm (11)
- # graphql (3)
- # hoplon (25)
- # jobs (1)
- # joker (85)
- # juxt (5)
- # kaocha (10)
- # klipse (8)
- # malli (2)
- # off-topic (36)
- # parinfer (1)
- # pathom (1)
- # re-frame (9)
- # reagent (4)
- # reitit (1)
- # remote-jobs (1)
- # shadow-cljs (23)
- # spacemacs (1)
- # sql (39)
- # tools-deps (10)
- # tree-sitter (18)
- # xtdb (18)
org.clojure/java.data {:mvn/version "1.0.64"}
-- https://github.com/clojure/java.data -- functions for working with Java Beans and "builders" as Clojure data -- is now following the MAJOR.MINOR.COMMITS versioning scheme per other Contribs listed above. Follow-up in #clojure
formatting-stack
is a formatting+linting solution that wraps some of the most popular libraries in the space (cljfmt, refactor-nrepl, eastwood, clj-kondo and more), making them more accurate, efficient and repl-friendly, avoiding cold-starts.
We’ve been using this internally for the past year to unify all config / tooling among our devs.
It’s typically integrated with tools.namespace and Git, but we also place a lot of emphasis on agnosticism: you can configure and run our ‘glue’ however you please.
With a bit of luck it could become community-driven project, gradually. In the end want this to be a solution as helpful as possible - PRs welcome!
https://github.com/nedap/formatting-stack

This one thing condenses like 8000 hours of reading 6 yr old blog posts 😜
@U8LB00QMD most of the team had no prior experience and the integrated formatting with linting to get everything straight has proven really helpful :)
I'm pleased to announce superlifter, a DataLoader for Clojure. Feedback welcome! https://github.com/oliyh/superlifter
bb v0.0.71: implemented clojure.repl/doc, added clojure.pprint/pprint and some other stuff - follow up in #babashka https://github.com/borkdude/babashka/releases/tag/v0.0.71