On 2/11/2010 4:05 PM, retard wrote: > C on the other hand fails on high > level user interface and business logic programming and on trivial > multithreaded systems.
Actually, given a decent implementation of the CSP thread model, multithreading in C is easy even for trivial problems. Plan 9 uses that model heavily, and I was encouraged to hear that D2’s concurrency model will have CSP influences. —Joel C. Salomon
