Andrew Gerrand talking at Go UK 2015 - stupid gopher tricks
Hah, some awesome bits in here…
Hah, some awesome bits in here…
I thought I had seen this, but no, it’s just a similar theme to other talks by Rob Pike I’ve seen - this one is quite fun to code along too, its a super neat and compact concurrency app..
This is a great talk by Rob Pike on Go Routines, Channels and concurrency…
Awesome, awesome talk from Rob Pike, the keynote for GopherCon 2014, some old Unix/C history and lots of details of Go development –
More and more I’ve been dabbling with Go, which, mainly due to Hacker News, i’ve been reading so many good things about. The syntax is super easy to pick up, but the killer feature seems to be the concurrency primitives - the Go Functions and message passing Channels seem like a super tight, rock solid implementation of Hoare’s Communicating Sequential Processes. The following video is a really succinct walk through of building a concurent multi-protocol chat application ala Chat Roulette..