This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-16
Channels
- # announcements (2)
- # babashka (51)
- # beginners (165)
- # biff (39)
- # clara (1)
- # clj-kondo (20)
- # cljsrn (6)
- # clojure (64)
- # clojure-belgium (11)
- # clojure-conj (2)
- # clojure-europe (12)
- # clojure-nl (3)
- # clojure-norway (7)
- # clojure-uk (6)
- # clojurescript (11)
- # conf-proposals (1)
- # conjure (1)
- # core-async (19)
- # cursive (6)
- # data-science (16)
- # datomic (6)
- # deps-new (4)
- # fulcro (60)
- # funcool (3)
- # graalvm (9)
- # helix (14)
- # introduce-yourself (4)
- # jobs-discuss (13)
- # joyride (1)
- # kaocha (2)
- # malli (12)
- # off-topic (25)
- # polylith (9)
- # portal (3)
- # practicalli (1)
- # rdf (43)
- # re-frame (7)
- # reagent (5)
- # releases (5)
- # remote-jobs (8)
- # sci (5)
- # shadow-cljs (42)
- # squint (6)
- # xtdb (5)
Am I doing something dumb with the scratch
command?
clojure -Tnew scratch :name funky
Namespace clj-new loaded but function not found: scratch
I'm on CLI version 1.11.1.1200, and the other deps-new commands work fine.@U03QBKTVA0N What version of deps-new
do you have installed as new
? cat ~/.clojure/tools/new.edn
{:lib com.github.seancorfield/clj-new,
:coord
{:git/tag "v1.2.381",
:git/sha "a0c510000e18f92abf82d918b0a207ee073b6e71",
:git/url ""}}
so I was fairly sure I had deps-new
installed but this looks like it's just clj-new
so I'm guessing that explains it 