This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-16
Channels
- # babashka (17)
- # calva (35)
- # clerk (31)
- # cljs-dev (3)
- # clojars (1)
- # clojure (16)
- # clojure-europe (4)
- # clojurescript (38)
- # clojutre (2)
- # cursive (8)
- # datomic (16)
- # exercism (5)
- # fulcro (5)
- # gratitude (3)
- # hyperfiddle (55)
- # joyride (1)
- # lsp (40)
- # off-topic (6)
- # portal (64)
- # practicalli (1)
- # reitit (3)
- # releases (1)
- # shadow-cljs (38)
- # sql (1)
- # tools-deps (8)
- # xtdb (9)
A co-worker with osx has a broken brew install. Where can I find the clojure.jar binary (1.11.1 perhaps) that they can use with java8 to run clojure code? $ java -jar clojure.jar src/foo.clj

there is no such single jar, you need at a minimum, clojure, spec.alpha, and core.specs.alpha
you can build one yourself from the clojure repo though using the instructions in the https://github.com/clojure/clojure readme.
• mvn -Plocal -Dmaven.test.skip=true package
that will emit a clojure.jar that works the way you describe above
On macOS you can use the POSIX install script https://clojure.org/guides/install_clojure#_posix_instructions