💾 Archived View for freeshell.de › tldr › clj.gmi captured on 2023-07-10 at 14:17:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

clj

Clojure tool to start a REPL or invoke a specific function with data.
All options can be defined in a `deps.edn` file.

More information.

clj
clj -X {namespace/function_name}
clj -M -m {namespace} {args}
clj -P
clj -Sdeps '{:deps {nrepl {:mvn/version "0.7.0"} cider/cider-nrepl {:mvn/version "0.25.2"}}' -m nrepl.cmdline --middleware '["cider.nrepl/cider-middleware"]' --interactive
clj -Sdeps '{:deps {org.clojure/clojurescript {:mvn/version "1.10.758"}}' --main cljs.main --repl
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY