Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Clj REPL #537

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jgehtland
Copy link

Clojure recently released a new library, tools.deps.alpha, and an associated brew install package for Clojure that results in a new CLI and a wrapper script, "clj" to launch it. (See: https://clojure.org/guides/deps_and_cli)

This patch adds a third Clojure REPL option, "Clj". This REPL has similar documentation needs to the existing lein REPL option - I'd be happy to contribute the docs for it as well, if this patch is accepted.

@slifin
Copy link

slifin commented Feb 9, 2019

@efraimmgon
Copy link

Clojure recently released a new library, tools.deps.alpha, and an associated brew install package for Clojure that results in a new CLI and a wrapper script, "clj" to launch it. (See: https://clojure.org/guides/deps_and_cli)

This patch adds a third Clojure REPL option, "Clj". This REPL has similar documentation needs to the existing lein REPL option - I'd be happy to contribute the docs for it as well, if this patch is accepted.

There's a mistake on line 21 of Main.sublime-menu, it should be "linux": ["clj"],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants