[slime-devel] Minimal feature set for SLIME

Helmut Eller e9626484 at stud3.tuwien.ac.at
Sat Dec 4 07:50:39 UTC 2004


Julian Stecklina <der_julian at web.de> writes:

> Are there any particular features ECL is missing? (I am going to try
> that tomorrow, so there is no need for you to investigate, if you do
> not already know.)

Well, the compiler breaks. First, ECL barfs on methods without
arguments. This can be worked around with some #+ecl kludges, but
later an internal compiler error is triggered.

> You can write your own stream classes via some CLOS magic in
> ECL. Hopefully I can hack this into a proper Gray streams interface. :)
>
> Thanks for the information. If anything usable turns up, I'll report
> back to the list.

Below is a half working GCL backend.  To make it work you have to
disable some of the tests in swank.lisp and add this to your
.swank.lisp:

  #+gcl
  (progn
    (setq swank::*use-dedicated-output-stream* nil)
    (setq swank::*redirect-io* nil))


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: swank-gcl.lisp
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20041204/a51333e2/attachment.ksh>


More information about the slime-devel mailing list