[Openmcl-devel] I made simple swank helper.
Gary Byers
gb at clozure.com
Thu May 12 10:01:28 PDT 2016
FWIW, I vote YES.
I don't claim to have though much (or at all) about what this means in
practice, but I think
that anything that would allow people to use SLIME in CCL without the
problems related to
spawning a new thread every tine they use (e.g.) C-M-X in Emacs is
likely a very good thing
On 05/12/2016 08:19 AM, Max Rottenkolber wrote:
> 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?
>
>
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> https://lists.clozure.com/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list