After having coded tens of thousands of lines in Golang for 4 years, there are a list of probably hundreds of grievances I have about the language itself. The problem is that they're generally outweighed by the…
- Real concurrency without having to deal with spawning multiple programs that communicate over some higher level process - Good concurrency primitive (channel), although asyncio Futures in Py3 aren't that bad either -…
After having coded tens of thousands of lines in Golang for 4 years, there are a list of probably hundreds of grievances I have about the language itself. The problem is that they're generally outweighed by the…
- Real concurrency without having to deal with spawning multiple programs that communicate over some higher level process - Good concurrency primitive (channel), although asyncio Futures in Py3 aren't that bad either -…