This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-02
Channels
- # announcements (2)
- # babashka (9)
- # calva (8)
- # cider (2)
- # clj-kondo (3)
- # clojure (113)
- # clojure-austin (1)
- # clojure-dev (27)
- # clojure-europe (11)
- # clojure-germany (2)
- # clojure-losangeles (1)
- # clojure-nl (1)
- # clojure-norway (18)
- # clojure-uk (32)
- # clojuredesign-podcast (4)
- # core-async (16)
- # core-typed (45)
- # cursive (5)
- # data-science (1)
- # datomic (7)
- # events (1)
- # gratitude (2)
- # hugsql (1)
- # hyperfiddle (7)
- # integrant (4)
- # keechma (10)
- # leiningen (4)
- # malli (1)
- # missionary (14)
- # off-topic (62)
- # onyx (8)
- # other-languages (21)
- # pathom (1)
- # reitit (4)
- # releases (2)
- # shadow-cljs (35)
- # squint (1)
- # transit (1)
v0.12.0 of https://github.com/eval/deps-try, a tool to quickly try Clojure (libraries) on rebel-readline.
Highlights:
• ⚡️ Support for Clojure 1.12
◦ include Clojure 1.12.0-alpha11
◦ (adjusted) completion&docs of Java qualified methods
▪︎ Class/method
, Class/.method
, and Class/new
• ⚡️ Show what library versions were resolved
• ⚡️ Prevent dep-‘shadowing’ by vendoring&renaming some deps
◦ i.e. babashka/fs
, babashka/cli
, babashka/process
, babashka/http-client
, compliment/compliment
can now be tried as expected
Give it a spin:
$ docker run -it --pull always
https://github.com/lread/test-doc-blocks v1.1.19 - Test AsciiDoc and CommonMark code blocks found in articles and docstrings
• Pretty much a maintenance release: updated docs, bumped deps, and dropped alpha
status
• See the https://cljdoc.org/d/com.github.lread/test-doc-blocks/1.1.19/doc/changelog#v1.1.19 for full details.
Drop by #test-doc-blocks if you have questions!