From: timmy
Subject: threads in clisp and cmucl
Date: 
Message-ID: <28Ru5.26881$Z4.949449@news1.rdc1.tn.home.com>
does anyone here know anything about writing threads in clisp and cmucl?
what i want to do is put a function call on another thread... sort of like
this in bash:

$ hello &

but more like (make-thread (my-function ))

i need to do this in clisp and cmucl.. so thanks if you can help me..
From: Rainer Joswig
Subject: Re: threads in clisp and cmucl
Date: 
Message-ID: <joswig-E8463B.22184810092000@news.is-europe.net>
In article <·····················@news1.rdc1.tn.home.com>, "timmy" 
<·····@here.com> wrote:

> does anyone here know anything about writing threads in clisp and cmucl?
> what i want to do is put a function call on another thread... sort of like
> this in bash:
> 
> $ hello &
> 
> but more like (make-thread (my-function ))
> 
> i need to do this in clisp and cmucl.. so thanks if you can help me..
> 

AFAIK, CLisp has no thread support and CMUCL does support
threads only on x86 machines.

-- 
Rainer Joswig, Hamburg, Germany
Email: ·············@corporate-world.lisp.de
Web: http://corporate-world.lisp.de/