This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-14
Channels
- # ai (24)
- # announcements (36)
- # babashka (15)
- # babashka-sci-dev (8)
- # beginners (18)
- # biff (4)
- # calva (24)
- # cider (13)
- # clj-kondo (1)
- # clj-on-windows (2)
- # clojars (15)
- # clojure (120)
- # clojure-dev (13)
- # clojure-europe (69)
- # clojure-nl (1)
- # clojure-norway (8)
- # clojure-uk (2)
- # clojurescript (4)
- # core-logic (2)
- # cursive (6)
- # datomic (193)
- # dev-tooling (4)
- # emacs (1)
- # hyperfiddle (57)
- # lsp (56)
- # malli (11)
- # missionary (15)
- # nbb (61)
- # off-topic (8)
- # polylith (8)
- # practicalli (2)
- # proletarian (1)
- # reitit (3)
- # releases (2)
- # remote-jobs (1)
- # shadow-cljs (13)
- # spacemacs (1)
- # specter (2)
- # sql (17)
- # tools-deps (3)
- # vim (38)
For anyone using my dot-clojure deps.edn
or :dev/repl
code in some form, I have updated that repo (to :git/tag "v1.0.1" :git/sha "e932f96"
):
• the :1.12
alias now references Clojure 1.12.0 Alpha 2
• the :add-libs
alias has been removed since you can (should!) use the new clojure.repl.deps
stuff in 1.12 Alpha 2 if you really want to dynamically load deps into your running REPL!
(it also no longer forces a DynamicClassLoader
either -- I think that was only required for Socket REPLs but I've switched away from those and the previous v1.0.0 version of dot-clojure no longer started one by default)
I don't think you need it for what people usually do with socket repls either tbh (but it is needed for prepls, which is something that we may address still)
Sorry, I should have been clearer that it was only there to support the old add-libs
t.d.a branch workflow and isn't relevant with the 1.12 Alpha 2 REPL workflow.