Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Thu, 09 Jun 2016 21:56:00 +0000 Comparing golang with java 9 points posted by lolly https://dzone.com/articles/comparing-golang-with-java 825 Thu, 12 May 2016 15:30:00 +0000 Practical golang - getting started with NATS and Related Patterns #nats 8 points posted by lolly https://dzone.com/articles/practical-golang-getting-started-with-nats-and-rel 886 Sat, 11 Jun 2016 15:31:00 +0000 Generics Dismantled in Go In this article, Kaveh Shahbzian takes a loot at Generics and Types in Go, JavaScript, and Elixir, and explains how each concept relates to these languages. 5 points posted by norbertfuhs https://dzone.com/articles/dismantle-generics 2026 Sat, 01 Apr 2017 17:57:00 +0000 Are we there yet? The go generics debate At GopherCon, Russ Cox gave a talk titled <em style="box-sizing: border-box; color: rgb(38, 38, 38); font-family: Georgia, serif; font-size: 19px; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);"><a href="https://www.youtube.com/watch?v=0Zbh_vmAKvk&amp;index=4&amp;list=PL2ntRZ1ySWBdD9bru6IR-_WXUgJqvrtx9" target="_blank" rel="nofollow" style="box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(2, 136, 209); text-decoration: none;">The Future of Go</a></em>, in which he discussed what the Go community might want to change about the language—particularly for the so-called <em style="box-sizing: border-box; color: rgb(38, 38, 38); font-family: Georgia, serif; font-size: 19px; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;">Go 2.0 </em>milestone—and the process for realizing those changes. Part of that process is identifying real-world use cases through <a href="https://github.com/golang/go/wiki/ExperienceReports" rel="nofollow" style="box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(2, 136, 209); text-decoration: none; font-family: Georgia, serif; font-size: 19px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;">experience reports</a>, which turn an abstract problem into a concrete one and help the core team to understand its significance. Also mentioned in the talk, of course, were generics. Dave Cheney posted <em style="box-sizing: border-box; color: rgb(38, 38, 38); font-family: Georgia, serif; font-size: 19px; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);"><a href="https://dave.cheney.net/2017/07/22/should-go-2-0-support-generics" target="_blank" rel="nofollow" style="box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(2, 136, 209); text-decoration: none;">Should Go 2.0 support generics?</a></em>&nbsp;Allow me to add to the noise. 4 points posted by gopher https://dzone.com/articles/are-we-there-yet-the-go-generics-debate 2813 Wed, 18 Oct 2017 12:32:00 +0000