This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-26
Channels
- # announcements (28)
- # asami (13)
- # babashka (10)
- # beginners (170)
- # boot (1)
- # calva (35)
- # cider (21)
- # circleci (13)
- # clara (6)
- # clj-http (1)
- # clj-kondo (29)
- # cljdoc (5)
- # clojure (89)
- # clojure-czech (2)
- # clojure-europe (20)
- # clojure-france (16)
- # clojure-nl (6)
- # clojure-uk (5)
- # clojurescript (80)
- # community-development (6)
- # conjure (13)
- # cursive (18)
- # datascript (9)
- # datomic (1)
- # duct (1)
- # gratitude (2)
- # helix (7)
- # jobs (2)
- # kaocha (3)
- # lsp (22)
- # malli (5)
- # meander (1)
- # other-languages (34)
- # pathom (18)
- # polylith (24)
- # quil (10)
- # re-frame (5)
- # releases (1)
- # remote-jobs (4)
- # reveal (7)
- # shadow-cljs (8)
- # tools-deps (53)
Is the tools folder mechanism documented anywhere? I’ve not seen it mentioned before
note that you can still add a tool to .clojure/deps.edn
as well, and invoke it with clojure -X

fyi - just started receiving this message when I invoke brew upgrade
:
Warning: Calling bottle :unneeded is deprecated! There is no replacement.
Please report this issue to the clojure/tools tap (not Homebrew/brew or Homebrew/core):
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/clojure/homebrew-tools/Formula/clojure.rb:8
fyi @alexmiller you can just remove this line from the brew recipe, I've done this for several of my own already.
does installing @ versions still work in brew?
not sure if I'm crazy or they have just broken everything I do again
brew install clojure/tools/[email protected]
- no longer finds my formula and installs it
you'll need to brew uninstall clojure
first
I just have always needed to
well that's better than me
maybe it's just my system that's weird
yes, I've done that and brew doctor
trying (I used brew untap
though)
well, that worked
I guess something was weird in there, dunno
I did have about 100 versions of Clojure in my caches :)
so gross that it warns on those old formulae
Not certain the best slack channel to ask this question... In the R language community, there is a cool site to find R packages that might be appropos (https://r-pkg.org/), has someone built this or similar for Clojure?
https://www.clojure-toolbox.com/ perhaps (I don't know how up to date it is)
There's a #find-my-lib channel here that folks use to ask about libraries.
Otherwise, I think folks just tends to search http://clojars.org which is where most libraries are published.
Although that won't find any libraries or tools that are only published in source form -- so you'd have to search http://github.com for those I guess.
http://clojars.org is the closest to that R package site I think.
the http://clojars.org UI has evolved quite a bit since I last looked. Looks like the search there is quite good too. Aside from fancy sections on featured/most downloaded/trending this week/most depended upon/recently updated categorizations it is pretty much there
(although bear in mind that Clojure itself and all the Contrib libraries are published to Maven Central, not Clojars)
The search on http://clojars.org isn't great but it can be useful sometimes.
sure. Same in the R world. The http://r-pkg.org site is independent of cran mirrors or github repos
I think, generally, you get better answers asking for recommended libraries for problem spaces here in Slack 🙂 In either #find-my-lib or #clojure / #beginners depending on the level of response you want...
oh - asking in a more general sense for now. Myself, I like monitoring the categorization labels to see emergent libraries that may be useful in my current suite of projects
oh, I suppose I only specified those for the :build
alias, not the top level. please disregard
The https://clojure.org/releases/tools#v1.10.3.998 is now available • Remove `bottle :unneeded` from brew formulas (no longer needed) • https://clojure.atlassian.net/browse/TDEPS-209 Include only jar files in classpath from Maven artifacts • Update to tools.tools v0.2.1 (minor improvements in `clj -Ttools list`) • Use https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md 0.12.1058