I just want to chime in and say swank-clojure 1.4.0 has made this
process so much simpler and it really is a pleasure to work with! I
had a nasty bug in my code the other day and was able to track it down
and fix in "only" about an hour and a half using CDT this way - I
dread to think how long it would have taken with a less integrated
tool chain setup...
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
> Should I trust the readme for swank-clojure, the dev.clojure.org
> site, the comments on dev.clojure.org, the blog post at
> technomancy.us/149 or the radically simplified setup here?
The swank-clojure readme should be the most reliable. You may find a
better explanation of how all the pieces fit together elsewhere, but for
swank-clojure itself, trust the readme.
> can I trust the part about how swank-clojure is available as an emacs
> package?
No, that's very old. Where are you seeing it?
> Also, somebody somewhere else said there are issues with swank-clojure
> 1.4.0 and that I should use 1.3.x instead.
Do you remember any details? For a time the 1.4.0-SNAPSHOT was behind on
the elisp payload stuff, but it should be fine now.
-Phil
Sean Neilan <se...@seanneilan.com> writes:The swank-clojure readme should be the most reliable. You may find a
> Should I trust the readme for swank-clojure, the dev.clojure.org
> site, the comments on dev.clojure.org, the blog post at
> technomancy.us/149 or the radically simplified setup here?
better explanation of how all the pieces fit together elsewhere, but for
swank-clojure itself, trust the readme.
No, that's very old. Where are you seeing it?
> can I trust the part about how swank-clojure is available as an emacs
> package?
Do you remember any details? For a time the 1.4.0-SNAPSHOT was behind on
> Also, somebody somewhere else said there are issues with swank-clojure
> 1.4.0 and that I should use 1.3.x instead.
the elisp payload stuff, but it should be fine now.
-Phil
> It's on the github page at the top.
Forgive me if I'm slow, but I can't find it. Can you be more specific?
The canonical page for swank-clojure is
https://github.com/technomancy/swank-clojure
Are you talking about instructions for using swank-clojure.el or
something else?
> It does say to use 1.3.4 over here:
> http://dev.clojure.org/display/doc/Getting+Started+with+Emacs
> That's definitely one of the things I got confused on. As a noob, I
> take dev.clojure.org as gospel since it's part of clojure.org.
Yes, that was a bit confusing because development on 1.4.0 was blocked
on getting a stable version of the cdt debugger released, so we went
back to working on 1.3.x for a while. But that's no longer an issue.
-Phil
Forgive me if I'm slow, but I can't find it. Can you be more specific?
The canonical page for swank-clojure is
https://github.com/technomancy/swank-clojure
Are you talking about instructions for using swank-clojure.el or
something else?
> take dev.clojure.org as gospel since it's part of clojure.org.
> It does say to use 1.3.4 over here:
> http://dev.clojure.org/display/doc/Getting+Started+with+Emacs
> That's definitely one of the things I got confused on. As a noob, I
Yes, that was a bit confusing because development on 1.4.0 was blocked
on getting a stable version of the cdt debugger released, so we went
back to working on 1.3.x for a while. But that's no longer an issue.