[Openmcl-devel] I made simple swank helper.

Park SungMin byulparan_eng at icloud.com
Fri Apr 22 03:32:04 PDT 2016


currently slime (swank) support only :spawn *commuication-style* in ccl.
so every eval in lisp-buffer, create new thread.
sometimes it uncomfortable in ccl (i.e `(random 10)` always return same value...)

so I just implementation other *communication-style* ...
https://github.com/byulparan/swank-helper

I used it about 10 days...and it seems works well.




More information about the Openmcl-devel mailing list