This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-26
Channels
- # aleph (6)
- # announcements (1)
- # babashka (18)
- # beginners (13)
- # calva (18)
- # cider (5)
- # clojure (144)
- # clojure-europe (34)
- # clojure-nl (1)
- # clojure-norway (29)
- # clojure-uk (4)
- # emacs (9)
- # etaoin (51)
- # events (1)
- # gratitude (1)
- # hyperfiddle (9)
- # lsp (4)
- # off-topic (6)
- # pathom (61)
- # rdf (1)
- # releases (3)
- # shadow-cljs (16)
- # vrac (1)
- # yada (1)
- # yamlscript (3)
https://github.com/babashka/bbin: Install any Babashka script or project with one command 0.2.3
brew install babashka/brew/bbin
ā¢ https://github.com/babashka/bbin/issues/62
ā¢ https://github.com/babashka/bbin/issues/72
Docker Clojure images with tools-deps flavor has been updated to include Clojure CLI 1.11.3.1456
. You can find all Clojure images here: https://hub.docker.com/_/clojure/tags
io.github.hlship/test-pipeline 0.7
test-pipeline is a small (very small!) library that can be used to improve your Clojure test suite, by breaking test code into composable, reusable steps.
https://github.com/hlship/test-pipeline
New in 0.7:
ā¢ context-is
macro for making clojure.test/is
assertions with the context available
ā¢ matches?
macro, which builds on https://github.com/nubank/matcher-combinators for asserting a match on values from the context