Mark Engelberg wrote: > I'm confused. Is there a better way to get a REPL going in Emacs > other than "lein swank" from a command line combined with M-x > slime-connect in Emacs?
It's subjective. I like M-x lein-swank because it retains control of the swank process as an inferior-lisp, which lets you do things discussed earlier in the thread. There was swank-clojure-project a while back, but that's deprecated. There is also durendal[1], which contains another way to start swank, but it's basically a wrapper around lein-swank. -Drew [1] http://github.com/technomancy/durendal/blob/master/durendal.el -- 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