From: piscesboy on
GNU CLISP 2.48 i386 (Intel Mac)

I checked and multithreading isn't enabled by default (no :mt package
in *features*).
From: Ron Garret on
In article
<af1f5808-b62a-426e-9116-c75f5c93e2ac(a)e25g2000yqh.googlegroups.com>,
piscesboy <oraclmaster(a)gmail.com> wrote:

> GNU CLISP 2.48 i386 (Intel Mac)
>
> I checked and multithreading isn't enabled by default (no :mt package
> in *features*).

http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/doc/multithread.t
xt

But if you need threading you should seriously consider using CCL
(Clozure Common Lisp) instead. Particularly on a Mac, CCL dominates
CLisp in almost every way.

rg
From: piscesboy on
On Jan 23, 12:58 pm, Ron Garret <rNOSPA...(a)flownet.com> wrote:
> In article
> <af1f5808-b62a-426e-9116-c75f5c93e...(a)e25g2000yqh.googlegroups.com>,
>
>  piscesboy <oraclmas...(a)gmail.com> wrote:
> > GNU CLISP 2.48 i386 (Intel Mac)
>
> > I checked and multithreading isn't enabled by default (no :mt package
> > in *features*).
>
> http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/doc/multithre...
> xt
>
> But if you need threading you should seriously consider using CCL
> (Clozure Common Lisp) instead.  Particularly on a Mac, CCL dominates
> CLisp in almost every way.
>
> rg

That link leads to:

An Exception Has Occurred

clisp/doc/multithread.t: unknown location
HTTP Response Status

404 Not Found
From: Pascal J. Bourguignon on
piscesboy <oraclmaster(a)gmail.com> writes:

> On Jan 23, 12:58�pm, Ron Garret <rNOSPA...(a)flownet.com> wrote:
>> In article
>> <af1f5808-b62a-426e-9116-c75f5c93e...(a)e25g2000yqh.googlegroups.com>,
>>
>> �piscesboy <oraclmas...(a)gmail.com> wrote:
>> > GNU CLISP 2.48 i386 (Intel Mac)
>>
>> > I checked and multithreading isn't enabled by default (no :mt package
>> > in *features*).
>>
>> http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/doc/multithre...
>> xt
>>
>> But if you need threading you should seriously consider using CCL
>> (Clozure Common Lisp) instead. �Particularly on a Mac, CCL dominates
>> CLisp in almost every way.
>>
>> rg
>
> That link leads to:
>
> An Exception Has Occurred
>
> clisp/doc/multithread.t: unknown location
> HTTP Response Status
>
> 404 Not Found

Of course, since you used the wrong url. Obviously, this is a text
file, and the url must end in "clisp/doc/multthread.txt". Don't you
see the "xt" split on the following line?

In any case, you should use a better news reader...

--
__Pascal Bourguignon__ http://www.informatimago.com/
From: piscesboy on
On Jan 23, 1:09 pm, p...(a)informatimago.com (Pascal J. Bourguignon)
wrote:
> piscesboy <oraclmas...(a)gmail.com> writes:
> > On Jan 23, 12:58 pm, Ron Garret <rNOSPA...(a)flownet.com> wrote:
> >> In article
> >> <af1f5808-b62a-426e-9116-c75f5c93e...(a)e25g2000yqh.googlegroups.com>,
>
> >>  piscesboy <oraclmas...(a)gmail.com> wrote:
> >> > GNU CLISP 2.48 i386 (Intel Mac)
>
> >> > I checked and multithreading isn't enabled by default (no :mt package
> >> > in *features*).
>
> >>http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/doc/multithre....
> >> xt
>
> >> But if you need threading you should seriously consider using CCL
> >> (Clozure Common Lisp) instead.  Particularly on a Mac, CCL dominates
> >> CLisp in almost every way.
>
> >> rg
>
> > That link leads to:
>
> > An Exception Has Occurred
>
> > clisp/doc/multithread.t: unknown location
> > HTTP Response Status
>
> > 404 Not Found
>
> Of course, since you used the wrong url.  Obviously, this is a text
> file, and the url must end in "clisp/doc/multthread.txt".  Don't you
> see the "xt" split on the following line?
>
> In any case, you should use a better news reader...
>
> --
> __Pascal Bourguignon__                    http://www.informatimago.com/


No. I just need to expand my terminal window past 80 pixel widths.