Prune devel/py-EnthoughtBase
[dports.git] / devel / swank-clojure / pkg-descr
1 Swank Clojure is a server that allows SLIME (the Superior Lisp
2 Interaction Mode for Emacs) to connect to Clojure projects.
3
4 To use it you must launch a swank server, then connect to it from
5 within Emacs using M-x slime-connect.
6
7 For example:
8
9   (ns user (:use [swank.swank :as swank]))
10
11   (clojure.main/with-bindings
12     (swank/ignore-protocol-version "2010-06-04")
13     (swank/start-server "/dev/null" :port 4005))
14
15 Just replace "user" with your preferred namespace.
16
17 WWW: https://github.com/technomancy/swank-clojure