[Ecls-list] Xmas fixes
Julian Stecklina
der_julian at web.de
Fri Jan 7 11:31:24 UTC 2005
Juan Jose Garcia Ripoll <lisp at arrakis.es> writes:
> For instance, the following should be equivalent:
> (map 'list #'1+ '(1 2 3))
> (map (find-class 'list) #'1+ '(1 2 3))
Ok.
> Well, if completing the MOP is all you need to begin working on the
> slime interface, then I will do my homework and finish it before the
> end of the month :-P
No, the MOP is just a nice thing to have. But the real problem with
getting Slime to work with ECL is the lack of "real" server
sockets. There is this all-in-one function open-server-stream (or
similar), but swank needs "create-socket" to create a socket and
"accept-connection" to listen on a given socket and return a stream
when someone connects.
Regards,
--
____________________________
Julian Stecklina / _________________________/
________________/ /
\_________________/ LISP - truly beautiful
More information about the ecl-devel
mailing list