36
vortex
7y

So...I just learned about concurrency in Go, and gave it a try..

Comments
  • 2
    is it how it works? I feel the same with java 8 parallel streams
  • 0
    So are you saying it's good?
  • 1
    @kscript it's better than anything i knew till now
  • 0
    Is it hard to learn Go as a PHP developer? With no Comp Sci degree?
  • 2
    @laTinkerer it's a very different language, especially since Go actually had as built in concurrency model that you should try to learn at least a bit about. But it shouldn't be too difficult if you pay attention to what's going on.
  • 0
    @Zaphod65 but the concurrency is the simplest thing there!
    Import sync, ini, add, done, wait.

    Tadda..

    I find it a bit weird to switch to structs from classes.. but i did learn C many years ago, so the concept isn't new
Add Comment