Victor Rodriguez <vict...@gmail.com> writes:

Hi Victor,

> Take a look at this blog post:
> http://avodonosov.blogspot.com/2008/12/simpler-clojureslime-embedding.html
>
> I think you will find it useful.

Cool, but I had to modify it a bit to get it working:

--8<---------------cut here---------------start------------->8---
(add-classpath "file:///home/horn/repos/el/swank-clojure/")
(require 'swank.swank 'clojure.main)
(clojure.main/with-bindings
 (swank.swank/ignore-protocol-version "2008-11-23")
 (swank.swank/start-server "nul" :encoding "utf-8-unix" :port 7777))
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to