Slashdot Mirror


Google Go Capturing Developer Interest

angry tapir writes with news that Google Go seems to be cutting a wide swath through the programming community in just a short time since its early, experimental release. While Google insists that Go is still a work in progress (like so many of their offerings), many developers are so intrigued by the feature set that they are already implementing many noncritical applications with it. What experiences, good or bad, have you had with Google Go, and how likely is it to really take over?

4 of 434 comments (clear)

  1. Re:"many developers are so intrigued" by I+confirm+I'm+not+a · · Score: 4, Informative

    "Proprietary"? No, open source

    I'll concede Google is a single company, but the Go developers I've encountered are all outside Google, and speak very warmly of Google's Go team.

    Translation: there is much astro-turfing on them thar intarwebs. This ain't it.

    --
    This is where the serious fun begins.
  2. Re:Name by BhaKi · · Score: 5, Informative

    There has been no settlement because there has been no legal dispute. There has been no legal dispute because the creator didn't trademark the name 'Go'.

    --
    The largest prime factor of my UID is 263267.
  3. Re:Alternatives? by binarylarry · · Score: 3, Informative

    Scala.

    Pros:
    Built on a mature, polished platform (Java)
    Nice language syntax
    Functionalish constructs are available
    Great parallel framework (actors) along with the functional aspects

    Cons:
    No native AOT support
    IDE support is still newish

    --
    Mod me down, my New Earth Global Warmingist friends!
  4. Re:already invented? by ObsessiveMathsFreak · · Score: 3, Informative

    How do you make a concurrent process in D? Perl? Ruby? C? Lisp?

    Go actually provides a usable, platform independent method of concurrent programming that doesn't involve mucking about with pthreads, or constants like &MMDIPS_MULTICORE_AGG. You just call "go func()" and a new process is spawned.

    --
    May the Maths Be with you!