Skip to content

Mac OSXλ︎

A BSD based Unix system with commercial Graphic Desktop shell created by Apple.

Practicalli does not own Mac hardware config untested

This section relies on commercial experiences when Practicalli was supplied with MacOSX and supporting hardware.

Otherwise, testing relies on the community for confirmation and corrections.

Yabai Tiling managerλ︎

Yabai Tiling window management - MacOSX

Homebrewλ︎

Open Source development tools are available via homebrew, a community managed distribution of a wide range of tools.

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Clojureλ︎

OpenJDK required for Clojure

Install OpenJDK from Adoptium or search for openjdk@21 on Homebrew

The Clojure maintainers provide a Homebrew Tap for Clojure which is recommeded over that provide by the Homebrew maintainers

Install Clojure environment

brew install clojure/tools/clojure

bash and curl are required, as is rlwrap if using the clj wrapper.