This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-03
Channels
- # announcements (3)
- # babashka (29)
- # beginners (95)
- # calva (109)
- # cider (16)
- # clj-kondo (6)
- # cljdoc (2)
- # cljsrn (2)
- # cljtogether (1)
- # clojure (85)
- # clojure-europe (26)
- # clojure-india (1)
- # clojure-seattle (1)
- # clojure-uk (6)
- # clojurescript (14)
- # conjure (4)
- # cursive (8)
- # datomic (6)
- # emacs (21)
- # events (1)
- # figwheel-main (5)
- # fulcro (11)
- # graalvm (32)
- # graphql (1)
- # holy-lambda (7)
- # humbleui (7)
- # jobs (3)
- # membrane (8)
- # nextjournal (31)
- # off-topic (29)
- # pathom (14)
- # polylith (6)
- # portal (16)
- # practicalli (4)
- # reitit (17)
- # releases (1)
- # remote-jobs (2)
- # ring (4)
- # sci (20)
- # shadow-cljs (24)
- # sql (1)
- # vim (12)
- # xtdb (3)
Created interactive babashka and node-babashka templates on replit • https://replit.com/@eccentric-j/Babashka-Clojure-Template?v=1 • https://replit.com/@eccentric-j/Node-Babashka-ClojureScript-Template?v=1 They are ready to fork, explore, and build all sorts of cool projects with that can be embedded and shared all around.



SCI configs: https://github.com/babashka/sci-configs A collection of ready to be used SCI configs This repo includes SCI configurations for: • reagent • promesa • js-interop and more to come.
https://github.com/practicalli/clojure-deps-edn user level aliases for Clojure CLI projects and community tools - library dependency updates and alias additions
• graph/ns-deps
shows connections between library dependencies and the namespace
• graph/deps
now uses tools.deps.graph to show relationship between library
• :lib/pprint-sorted
alias to include the https://github.com/greglook/puget when starting a REPL session, enabling sorted keys and set values when pretty printing and colour highlighting
• :lib/sayid
include https://github.com/clojure-emacs/sayid as a dependency to support provide REPL driven debugging and profiling (also useful if running a repl for cider-connect or other tools that have a sayid plugin)
• github actions - update checkout to v3
• Update library versions using :project/outated
alias (including the latest reveal (free) version - see below
In the next release I'll be moving some aliases under the :search/
qualifier and then move on to looking at tools.build
