So /prog/, what do you think about current situation of concurrent programming?
Isn't it shit and pain in the ass?
Name:
Anonymous2011-12-20 18:17
>>26 f(f(f(f(f(x))))
Have you never heard of function composition? Most of the things that "can't" be parallelized in fact can be.
>>34
There are a lot of arguments against Go, but since this is a concurrency discussion, a single goroutine can easily block all of the goroutines on that CPU, with no resource contention.