Questions tagged [clojure]
Clojure is a modern Lisp dialect for the Java Virtual Machine (with versions for the CLR and JavaScript).
52 questions
5
votes
3
answers
1k
views
Running all tests in a leiningen project?
Is there a way, via cider or some other emacs extension, to run all of the tests in a leiningen project?
cider has the function cider-test-run-tests which attempts to just run the tests
related to ...
1
vote
0
answers
79
views
How can I make nrepl-ritz-jack-in work remotely over TRAMP / Emacs
What I want:
I have a clojure program on a remote site, let's call it mccarthy.
What I want to do is connect to a nrepl-ritz from my laptop, preferably using nrepl-ritz-jack-in. The jack in works ...