-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Based on the Embedding section of http://github.com/technomancy/swank-clojure,
I'm using the following to test it out. Is there a better way to do
this that doesn't use Compiler? Is there a way to programmatically
stop swank? It seems start-repl takes control of the thread. What
would be a…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
It seems that whenever I disconnect from clojure slime session, I cannot reconnect again. I am using leiningen to start the swank session (with lein-swank plugin). So, every time I quit emacs (I know I shouldn't) or reboot/logout I have to restart both slime and swank. Is there a way to re-connect…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just wanted opinion on good workflow using the emacs environment with clojure+swank+slime. I often find myself doing very repetitive keycommands and wonder if there is an obvious better way.
I include swank with lein and start my project using lein swank from shell. Then I connect with emacs and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm happily using swank-clojure, installed via elpa. But I'd like to do some work with deftype, defprotocol, etc., which aren't aren't available in clojure 1.1.
To use my own class paths, I'm using the excellent suggestion by Rick Moynihan in the stackoverflow question about setting custom classpaths…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking to set up slime+lein-swank to reload source files referenced from the repl when i save the file. currently i do this:
edit file
save file
switch to repl
(use :reload-all 'com.package.namespace)
test stuff
I want to not have to remember to do step 4.
>>> More