»  Home · About · Posts by Topic

Go

Go and five other languages at WebTuesday Zurich

Jul 12, 2013  ·  The last Zurich WebTuesday was fun. Six speakers presented six languages in seven minutes each. I did Go.

The examples from Tony Hoare's 1978 paper "Communicating sequential processes" in Go

May 9, 2013  ·  Tony Hoare's "Communicating sequential processes" is not only a very influential Computer Science paper, but it was also a main inspiration for Go. It is full of examples written in a pseudo-code designed for the paper. I translated all these examples to Go, with unit tests.

dwmstatus in Go

Feb 11, 2013  ·  I ported dwmstatus to Go, a utility to set the title of the X root window, which dwm uses to set the content of the status bar.

GDG DevFest Zurich with an intro to Go

Dec 10, 2012  ·  The Google Developers Group Zurich organized a great weekend of talks, hacking and networking in October. Unexpectedly, I got to present Go in an hour-long hands-on tutorial.