This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-18
Channels
- # ai (2)
- # announcements (11)
- # beginners (34)
- # biff (14)
- # clerk (14)
- # clj-kondo (25)
- # clojure (27)
- # clojure-austin (1)
- # clojure-conj (6)
- # clojure-denmark (1)
- # clojure-europe (20)
- # clojure-hamburg (1)
- # clojure-nl (1)
- # clojure-norway (28)
- # clojure-uk (2)
- # clojuredesign-podcast (6)
- # clojurescript (43)
- # cursive (4)
- # data-science (2)
- # emacs (9)
- # hyperfiddle (9)
- # introduce-yourself (2)
- # jobs (3)
- # lsp (32)
- # missionary (31)
- # nbb (8)
- # off-topic (23)
- # rdf (23)
- # re-frame (10)
- # reitit (11)
- # releases (3)
- # rewrite-clj (4)
- # shadow-cljs (7)
- # specter (6)
- # sql (7)
- # xtdb (7)
io.github.hlship/test-pipeline. 0.5
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.5:
• then
macro builds a step fn that evaluates expressions during execution
• is
and testing
macros build step fns that wrap clojure.test/is and clojure.test/testing
Babashka https://github.com/babashka/http-client: HTTP client for Clojure and babashka built on java.net.http
0.2.9
• Accept java.net.URI
as uri directly in request
, get
, etc.
• https://github.com/babashka/http-client/issues/22: Support options for :ssl-context
, similar to hato
• https://github.com/babashka/http-client/issues/23: ease construction of ProxySelector
via :proxy
key

https://github.com/practicalli/project-templates to create Clojure CLI (deps.edn) projects with seancorfield/deps-new
2023.04.18
• practicalli/application
template initial release - https://github.com/practicalli/project-templates/releases/tag/2023.04.18
Update: latest release 2023.04.20