"Thomas F. Burdick" <[EMAIL PROTECTED]> writes:
> Tim Moore writes:
> >
> > On 3 Dec 2002, Raymond Toy wrote:
> >
> > > >>>>> "Tim" == Tim Moore <[EMAIL PROTECTED]> writes:
> > >
> > > Tim> I think it's an indication of how good things really
> > > Tim> are in the free Lisp world that we can find room to
> > > Tim> complain about threading portability :) I would guess
> > > Tim> that within the next year all the major free Lisps
> > > Tim> will have preemptive, if not native, thread
> > > Tim> implementations.
> > >
> > > Including CMUCL? Who's working on that?
> >
> > At the least, I'm assuming we can steal Dan's SBCL work :)
>
> I was figuring that's what you meant for CMUCL, but I'm curious: is
> CLISP working on threads, too?
'./configure --help' in the build directory of CLISP 2.30 reveals this:
--with-threads=FLAVOR support multiple threads in one CLISP image
via OS threads [highly experimental - use at your own risk]
FLAVORs = POSIX_THREADS POSIXOLD_THREADS SOLARIS_THREADS
C_THREADS WIN32_THREADS
I didn't try it, though.
Cheers,
Edi.