swank
Is there a simple method for writing traces from multiple sbcl threads to standard output through MCLIDE/swank?
Using SBCL, I\'m writing a small server and I would like to trace the server thread, but when I use mclide/swank, I do not see any output from the server thread.[详细]
2023-01-14 03:40 分类:问答What does the 'swank-clojure' do exactly, and do we have 'swank-SOMETHING_ELSE'?
My superficial understanding is that \'swank-clojure\' makes \'M-x slime-connect\' possible. I mean, it gives a connection to a clojure server something like \'lein swank\'. Is my understanding correc[详细]
2023-01-12 23:20 分类:问答Running 'lein swank' (calling clojure server) with elisp
As is asked and answered here. I could use \'lein swank\' to run clojure on Aquamacs. I need to automate running \'lein swank\', before running slime/clojure.[详细]
2023-01-09 12:22 分类:问答Good workflow with emacs+swank+slime+clojure?
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.[详细]
2023-01-03 03:20 分类:问答How to reconnect to slime/swank-clojure session?
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[详细]
2022-12-29 01:50 分类:问答Embedding swank-clojure in java program
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[详细]
2022-12-27 01:46 分类:问答Can I use swank-clojure with the clojure 1.2 master branch?
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.[详细]
2022-12-26 15:43 分类:问答Clojure emacs slime + swank directory question
I\'m using emacs with clojure-swank and slime and trying to set my development environment. And I ran into a problem. When I start a repl I\'m stuck in an unknown directory开发者_运维百科 preventing m[详细]
2022-12-15 00:59 分类:问答