On Tue, Mar 17, 2009 at 12:21 PM, Tassilo Horn <[email protected]> wrote: > > Paul Mooser <[email protected]> writes: > > Hi Paul, > >> It's actually fairly straightforward. In my (ordinary java)
Take a look at this blog post: http://avodonosov.blogspot.com/2008/12/simpler-clojureslime-embedding.html I think you will find it useful. Cheers, Victor R. >> application, I create a thread which loads a clojure program passed on >> the command line (I don't have the source in front of me, but if you >> need it, I can give you a hand), > > That would be great. > >> and that program typically contains something like the following: >> >> (require 'swank.swank) >> (swank.swank/start-server "/dev/null" :port 4005 :dont-close true) >> >> Then I can simply connect to a running instance from emacs by >> running: >> >> M-x slime-connect > > Fine, thanks a lot. > > Tassilo > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
