Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Golang The Hardway

Golang The Hardway

An introduction learn golang programming language

Hiraq Citra M

August 07, 2015
Tweet

More Decks by Hiraq Citra M

Other Decks in Programming

Transcript

  1. Who Developed at Google It was clear what was wrong

    with C++ - it was very complex, hard to understand, missing concurrency support, didn’t scale, and had really long build times. A common pattern at Google was that someone would have an issue with C++. They’d send out an email soliciting advice; everyone would reply with a different answer.
  2. High Order Function? Yes, golang support for high order function

    a higher-order function (also functional form, functional or functor) is a function that does at least one of the following: takes one or more functions as an input.