|
|
|
|
|
by eva1984
3716 days ago
|
|
I agree with you on the error handling part, although it is not a big pain for me yet. But in terms of parallel programming, when doing in Java, I constantly find myself basically building a lot of stuff where Go has as a part of its own semantic. Queues -> Channel, Executors -> M in Go, and Runnables -> Go functions. Java8's Lambada and ForkJoinPool is an advance in the right direction but still not quite there. |
|