Threads anyone?
Arthur A. Gleckler
arthur@martigny.ai.mit.edu
Thu, 27 Aug 1998 16:44:21 -0700
At 04:19 PM 8/27/98 , Rodrigo Ventura wrote:
> Is there anymore scheme implementations with better/working
>thread support? Is any working Common Lisp environment working with
>threads? Is my evaluation of the above scheme implementations
>wrong/incomplete? What are your suggestions?
You might also try DrScheme:
http://www.cs.rice.edu/CS/PLT/packages/drscheme/
It has a threads package that uses native threads on Win32 and Solaris and
non-OS threads on other operating systems. I've just begun experimenting
with it over the last few days but it looks very nice.