[slime-devel] broken clojure REPL

Tobias C. Rittweiler tcr at freebits.de
Fri May 21 10:43:07 UTC 2010


Nikolaus Demmel <demmeln at in.tum.de> writes:

> >  Clojure's swank implementation has to replicate SIMPLE-READ in
> > swank-rpc.lisp. It's only two dozens lines of code, should not be
> > hard.
>
> Having said the above you still might be able to manually handle the
> %cursor-marker% symbol and change it to something else in Clojure
> swank. But then again I don't know anything about swank / clojure /

SIMPLE-READ does not involve CL:READ. It's a simplistic clone of it for
the purposes of the slime sexp format. Clojure's swank implementation
should similiarly _not_ use the reader that comes with Clojure.

  -T.





More information about the slime-devel mailing list