sthueb...@googlemail.com (Stefan Hübner) writes: > Hugo Duncan <h...@hugoduncan.org> writes: > >> * ritz-swank corresponds to the previous ritz functionality and provides >> a swank server with debugger capabilities. > > How would you fire up a swank server from the REPL?
On the REPL this works: --8<---------------cut here---------------start------------->8--- (require '[ritz.swank.socket-server :as swank]) (swank/start {:port 4005}) --8<---------------cut here---------------end--------------->8--- Works with vanilla SLIME. Cool! -- 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