The clojurebox tag has no wiki summary.
2
votes
0answers
160 views
error using swank with leiningen and elein [closed]
I'm using leiningen and elein in linux, when I create my project I add:
:dev-dependencies [[swank-clojure "1.2.1"]])
then I call "elein-swank" and perfect...this connects swank and (apparently) ...
4
votes
2answers
240 views
How to redirect swank server output to emacs buffer?
I want to redirect my swank server output to an emacs buffer. I put this in ~/.swank.lisp, but this does not work-
(setf swank:*globally-redirect-io* t)
Im using Clojure box.
Thanks.
3
votes
1answer
207 views
My slime-repl is not working in ClojureBox
I installed ClojureBox and the REPL is not working.
If I type (+ 1 2) into the *slime-repl clojure* buffer and press enter, the expression text becomes bold as if it has been evaluated, but there is ...
2
votes
7answers
1k views
Is there a nice and easy installer for Clojure on Mac OS (Leopard)?
I found the following guide:
http://mark.reid.name/sap/setting-up-clojure.html
but it seems like a whole lot of manual steps, and I bet it is out of date already. Installing ClojureBox on Windows ...
5
votes
2answers
1k views
Reload Clojure files in emacs
I am just starting out learning Clojure and Emacs. I have got Clojure Box for windows running and I would like to be able to write code in a buffer then run it in the REPL without haveing to call
...
1
vote
2answers
126 views
Does ClojureBox support auto-align out of the box?
I am switching to Clojurebox to edit my clojure files. However I can't get the automatic alignment to work. I want the cursor to move two spaces after the line that I am editing when I hit return.