Erlang (was Re: Good introduction to functional programming with Python?)

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Fri Dec 29 04:05:05 EST 2000


28 Dec 2000 09:43:58 -0800, Brad Knotwell <knotwell at ix.netcom.com> pisze:

> FWIW, I believe the Glasgow Haskell compiler has concurrent
> extensions as well, but I've no idea if they're delivered with the
> runtime environment or not.

They are. For about two years there is no separate concurrent build,
and concurrency is always available. (Threads are managed by ghc
itself, not by the OS.)

-- 
 __("<  Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK



More information about the Python-list mailing list