SublimeREPL icon indicating copy to clipboard operation
SublimeREPL copied to clipboard

Add support for Clj REPL

Open jgehtland opened this issue 8 years ago • 2 comments

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.

jgehtland avatar Sep 26 '17 17:09 jgehtland

Does this file need appending? https://github.com/wuub/SublimeREPL/blob/master/config/Clojure/Default.sublime-keymap

slifin avatar Feb 09 '19 13:02 slifin

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"],

laconiccrafts avatar Jun 26 '20 15:06 laconiccrafts