On Wed, Aug 17, 2011 at 8:53 AM, Jose A. Ortega Ruiz <[email protected]> wrote: > I use (technomancy's) slime with clojure-mode (both elpa-installed) > without any issues (via lein swank and slime-connect). While the newish > clojure-jack-in works too, i prefer slime-connect (because i save the > time of re-evaluating the slime code everytime i restart the REPL). > > So i was wondering: is the stand-alone slime package deprecated or > lagging respect to the one that gets loaded by clojure-jack-in? Or are > both kept in sync, so that i'm not missing any new functionality or > fixes by using the slime-connect way?
You will be fine; clojure-jack-in is built upon slime-connect and lein swank, so that stuff is not going away. It's more convenient to use jack-in, but if you already have everything installed and don't mind picking port numbers that don't conflict then you're ok. Future versions of swank-clojure will allow the elisp to be byte-compiled so slime will load much more quickly. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
