swank Questions

4

I was trying to use the slime-connect function to get access to a remote server with sbcl. I followed all the steps from the slime.mov movie from Marco Baringer, but I got stuck when creating the s...
Jueta asked 16/12, 2008 at 21:15

2

Solved

How could one interact with a locally long-running Common Lisp image, possibly daemonized, from the command line? I know it is possible to run a Common Lisp function from a Terminal command prompt...
Incision asked 13/7, 2015 at 6:55

2

As seid in the title, I want to deploy a Lisp image which is runnable with Swank. This can be done by using the image dump function provided by lisp implementations. But how can it run as a daemon?...
Managerial asked 14/7, 2013 at 5:4

4

Solved

Note: I'm not looking for LightTable. I really am looking for a Clojure Editor implemented in Clojure. Recently, I've been studying slime/swank/elisp. Although it's an amazing system, I actually d...
Brittani asked 21/4, 2012 at 9:47

5

It is almost impossible to google, hence my understanding is limited to contextual clues from reading through the slime source code: perhaps it is part of the object system in common lisp? Somethin...
Bergren asked 26/4, 2011 at 3:59

2

I use swank-js in js2-mode in emacs. Can I use it to complete node.js build-in or third-party APIs such as fs.readFile, fs.writeFile, express.use, async.forEach etc. in js2-mode ? If yes, what woul...
Cheka asked 8/12, 2012 at 14:30

4

Solved

I've a problem. I've installed clojure, slime, slime-repl and elein using marmalade. Now I open my project and call elein-swank. I get this: Starting swank.. error in process filter: slime-present...
Cirilo asked 25/11, 2011 at 3:12

1

Solved

I follow these steps: Run swank-js in the command line. Run emacs. M-x slime-connect. Host: 127.0.0.1; Port: 4005 Open up the http://localhost:8009/swank-js/test.html in Firefox. Receive: "Remote...
Kira asked 22/8, 2012 at 4:9

3

I often find my self starting some long running process from the REPL and then wish I could carry on using the REPL for other tasks while it was running. Can I use slime to background the current t...
Leeannaleeanne asked 9/8, 2012 at 0:30

5

Solved

Short version: errors when running M-x slime-connect or M-x clojure-jack-in when using lein swank to start the swank server. I'm using emacs 24.0.50.1 on Ubuntu 10.10. I've installed the following...
Kernite asked 23/10, 2011 at 6:11

3

Solved

Did anyone set up something like this for himself using the existing node.js REPL? I didn't think of a quick way to do it. The way I do it today is using emacs and this: https://github.com/ivan4th...
Keijo asked 31/1, 2011 at 2:20

4

Solved

Responses to some "potential answers" You should sprinkle "interrupts" into your threads I don't write my code with the intention of it being a long process / infinite loop; it's just that in de...
Kashmir asked 20/4, 2012 at 23:6

4

Solved

I've been using emacs/slime for coding lisp, but with Clojure I found 'lein swank'. I must say that it's pretty useful, as I can connect to a server that runs clojure. How about the other Lisp im...
Warship asked 23/8, 2010 at 13:47

1

Solved

Is there a typical workflow for hacking on Clojure libraries? Say I have my application "Foo" which relies on a third-party library "Bar", which was obtained from a repository, and included in pro...
Overwork asked 13/1, 2012 at 6:19

1

Solved

There is no argument for setting the address to bind to when starting swank server: * (describe 'swank:create-server) => ... Lambda-list: (&KEY (PORT DEFAULT-SERVER-PORT) (STYLE *COMMUNI...
Often asked 8/5, 2011 at 20:40

2

Solved

I send a task to an agent, but can't see the output of any print statements I've put into the function. How do I trace code execution on agents? EDIT: Turns out I do get the output in the console,...
Chromogen asked 27/2, 2011 at 8:37

3

Solved

In certain kinds of code it's relatively easy to cause an infinite loop without blowing the stack. When testing code of this nature using clojure-test, is there a way to abort the current running t...
Weingartner asked 25/2, 2011 at 3:50

2

Solved

I've successfully installed clojure-mode, slime, slime-repl within Emacs. I start a swank server with "lein swank" and hang slime to it with "slime-connect". I can use the SLIME REPL to evaluating ...
Emmanuel asked 18/10, 2010 at 17:6

3

Solved

(This question has been downvoted, which I find strange. How have I offended?) Am I right to think that running a swank server usually opens port 4005 to the world, not bound to localhost-only con...
Mg asked 19/9, 2010 at 20:17

4

Solved

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 correct? ...
Away asked 23/8, 2010 at 19:26

1

Solved

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 ...
Knp asked 13/6, 2010 at 21:12

1

Solved

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 kn...
Clubfoot asked 2/5, 2010 at 7:6

1

Solved

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 t...
Farver asked 18/4, 2010 at 3:32

1

Solved

when I start swank through leiningen it accepts the next slime connection and off I go. I would really like to have several emacs instances connect to the same swank instance. Can I do this? can I ...
Copalm asked 3/3, 2010 at 20:42

4

Solved

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 me to load my n...
Untrimmed asked 26/12, 2009 at 14:49

© 2022 - 2024 — McMap. All rights reserved.