[Openmcl-devel] I made simple swank helper.
Max Rottenkolber
max at mr.gy
Thu May 12 07:19:53 PDT 2016
On Fri, 22 Apr 2016 19:32:04 +0900, Park SungMin wrote:
> 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.
Kudos!
Can we get this into the CCL somehow, e.g. enable this to be loaded using
(require 'swank-helper)
in ~/.ccl-init.lisp?
More information about the Openmcl-devel
mailing list