On Tue, Oct 5, 2010 at 9:52 AM, Sean Corfield <seancorfi...@gmail.com> wrote:
> but when I try lein swank I get exceptions:
>
> Exception in thread "main" java.lang.IllegalArgumentException: Unable
> to resolve classname: ARef, compiling:(inspector.clj:184)
...
> (I'm on lein 1.4.0-SNAPSHOT as well as Clojure 1.3.0-master-SNAPSHOT /
> contrib 1.3.0-SNAPSHOT so I guess it could just be compatibility?)

Confirmed. I switched to swank-clojure 1.3.0-SNAPSHOT and it worked.

So lein swank just starts a server and sits there?

(! 559)-> lein swank
user=> Connection opened on local port  4005
#<ServerSocket ServerSocket[addr=localhost/127.0.0.1,port=0,localport=4005]>

I was a bit surprised not to get a prompt back, and not to be able to
interact with it directly... So I guess I need to...? Install Emacs
and the SLIME package?

(I haven't used Emacs for over 20 years!)
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to