On Sep 3, 9:15 pm, ngocdaothanh <ngocdaoth...@gmail.com> wrote:
> What do you mean "Swank server"? Could you explain about that?

Swank is the "back-end" of SLIME, the interactive Lisp programming
environment for Emacs.

SLIME is written in Emacs Lisp and runs inside the Emacs process.

Swank runs in the Lisp process, which is Clojure in this case, but
could be Common Lisp or Scheme.

So you can start a Swank server in a Clojure process running anywhere,
even on another machine, then start SLIME in Emacs to send commands to
it.

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