Seth, Actually, I asked this same question a while back. I am sorry to see that since, still nobody (including me :-) wrote the client part in clojure.
So, e.g. for Counterclockwise, I decided to write the most basic client/server protocol possible to do just "what I needed at that time". Enough to wait if somebody else takes the task and releases it under EPL :) I hope you are this person :-) Having the same server-side runner (clojure-swank) as what emacs users have would be a plus for users of both sides. Regards, -- Laurent 2009/9/13 Seth Burleigh <s...@tewebs.com> > > Afraid I can't , I want this to be in clojure code not emacs. The clojure > code will be communicating with a lisp process which is running swank, so I > need to send commands to the swank on the lisp saying 'evaluate this code', > etc. > So, I think I'll steal bits and pieces from swank-clojure! > > -----Original Message----- > From: clojure@googlegroups.com [mailto:cloj...@googlegroups.com] On Behalf > Of Phil Hagelberg > Sent: Sunday, September 13, 2009 2:53 PM > To: clojure@googlegroups.com > Subject: Re: Using Clojure with Swank > > > "Seth Burleigh" <s...@tewebs.com> writes: > > > K, so I was being silly, what I actually wanted is sort of the emacs > > side of the communication. You know, the one Which sends out requests > > to evaluate clojure code (in this case lisp) instead of receiving the > > requests and sending The result back. I guess I could use > > swank-clojure and take out the parts I need. > > Actually, you probably want to take a look at SLIME. swank-clojure is an > adapter for SLIME that ports the server-side portion to Clojure instead > of Common Lisp. SLIME is the client-side portion that's written in > ELisp. I don't think we have any experts on the internals of SLIME here > though, you might want to ask on a CL-specific mailing list since that's > what SLIME was originally written for. > > -Phil > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---