Clojure Homebrew Tap

1 · Rich Hickey · Feb. 28, 2020, 10:17 p.m.
For Mac or Linux users using Homebrew, Clojure now has its own Homebrew tap, clojure/tools. Creating our own tap is advantageous for several reasons: Fully control formula contents Fully control release timing Keep an archive of older versioned releases that would be too much for the core tap Easier to automate releases How do I use it? Using an external homebrew tap just requires combining the tap location and the formula name: brew install clojure/tools/clojure for a...