featured in #278
featured in #259
Go'ing Insane: Endless Error Handling
- Jesse Duffield tl;dr: "My goal is not to convince you that Go is an objectively bad language, it’s to convince you that for certain people, working in Go feels like a constant struggle against stupid constraints."featured in #254
A New Way Of Blogging About Golang
- Yehonathan Sharvit tl;dr: The klipse plugin is a JS tag that transforms static code snippets of an html page into live and interactive snippets. The code is executed in your browser and you can modify the code and it is evaluated as you type. The plugin supports Clojure, Ruby, JavaScript, Python, Scheme, Go, Jsx, Brainfuck, C++ and Lua.featured in #248
featured in #232
featured in #230
A Proposal For Adding Generics To Go
- Ian Lance Taylor tl;dr: "We’ve filed a Go language change proposal to add support for type parameters for types and functions, permitting a form of generic programming," which give us powerful building blocks that let us share code and build programs more easily.featured in #221
featured in #215