Hello !
I need to rewrite a swank implementation which is in java for the Cusp
plugin. Looking around, I saw swank-clojure. I thought i would ask
more knowledgeable people than me whether it is what i'm looking for
(crosses fingers!).

(1) The plugin currently starts a lisp implementation and loads swank
on it. It then causes it to create a port connection which connnects
to the java eclipse plugin. Then, to communicate/evaluate lisp, the
plugin sends things down the port connection like
(:emacs-rex (swank:connection-info) nil t 1)
and then the lisp swank port would return whatever. So, i guess what
i'm looking forward is some clojure implementation where i can simply
go (create-port ...) and then go (emaacs-rex connection ....) , etc.
to send down the port based on protocol.

If so, is there any convenient tutorials or must i just find some code/
doc and 'jump in?'

Merci tres bien!<>

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

Reply via email to