Re: [pure-lang-users] ANN: Pure 0.6 released
Status: Beta
Brought to you by:
agraef
From: John C. <co...@cc...> - 2008-09-12 20:38:06
|
Albert Graef scripsit: > 0.8: Multithreading support. Not sure how long that will take, as I > haven't really decided about the concurrency model and the base > libraries (pthreads? OpenMP?) yet. Please give us something more disciplined than (p)threads, which are nothing but an invitation to make a mess of a concurrent program. (This assumes that you have already introduced state; threads are fine without mutable state.) I'd prefer fork/join/pipe semantics like Unix processes myself, since they are already known to distribute well over multiple cores and multiple machines, but I can live with any reasonable discipline. -- John Cowan http://ccil.org/~cowan co...@cc... Economists were put on this planet to make astrologers look good. --Leo McGarry |