A versatile and dynamically typed LISP language. For your quick scripting needs, consider using Babashka.

Also you should choose a build system. Either install and use deps.edn or Leiningen.

Install

Scoop

  • The extras bucket is needed, as clj-deps depends on the vcredist2022 (Microsoft Visual C++ 2022 Redistributable) available within it!
  • clj-deps and many other Clojure software packages (e.g., Babashka) are available from the scoop-clojure bucket/repository.
scoop bucket add extras
scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure
scoop install clj-deps
scoop update clj-deps

Fedora

sudo dnf install clojure