Google Tech Talk
October 30, 2015
(click “show more” for more info)
Presented by Thomas Wilde
“Go from A to Z — Zürich Gophers Meetup”
Talks given by local users of the Go Programming Language at Google Zürich on 2015-10-30.
http://www.meetup.com/Zurich-Gophers
Thomas Wilde: “Go from the ground up”, an introduction to Go, its philosophy and ecosystem.
http://go-talks.appspot.com/github.com/thwd/google-talk-october-2015/google.slide
Amazon Auto Links: No products found.
Host:Saying etc. through out the talk makes you sound not prepared.Are you reinventing lisp?
Actually, in java everything is passed by value, that’s sometimes an issue, when you want to pass a reference and change it inside a function and you can’t. As opposed to that, C# has ref/out parameter modifier that allows you to change the reference you pass, that’s passing by reference.
At +38:20 did you say “NaCl”? And is that still supported in Chrome?
At 4:00, “Perl” is inaudible. What a shame.
Nice intro to Go, thank you for the talk.