Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Mon, 26 Mar 2018 21:09:00 +0000 A comparison of Go and Scala #languages A comparison of Go and Scala by Nick Snyder - I have written Go at Google (and in my own time) and Scala at LinkedIn. Both are modern languages with first class concurrency features. Go is an opinionated, minimal language that compiles to machine code. Scala is a sophisticated, academic, functional, object-oriented, sandbox language that has a lot of features and runs on the JVM. 12 points posted by kenny https://www.quora.com/Scala-vs-Go-Could-people-help-compare-contrast-these-on-relative-merits-demerits/answer/Nick-Snyder-1 1737 Tue, 14 Feb 2017 15:19:00 +0000 The Design of the Go Garbage Collector #language <p>Hi, I am Okada(<a href="https://twitter.com/ocadaruma" target="_blank">@ocadaruma</a>), a member of the LINE Ads Platform team. I've been interested in Go's GC (Garbage Collection or Garbage Collector) for a while, which got me even to write a post about it. Go is a programming language developed by Google and supports garbage collection. Go also supports concurrency through <a href="https://tour.golang.org/concurrency/2" target="_blank">channels</a>. Many companies, including Google, are using Go, and LINE also uses Go for developing tools and services.</p> 11 points posted by kenny https://engineering.linecorp.com/en/blog/detail/342 3604 Fri, 12 Oct 2018 08:28:00 +0000 whatlanggo - a natural language detection library for Go #language Natural language detection library for Go by abadojack 3 points posted by kenny https://github.com/abadojack/whatlanggo 1857 Fri, 03 Mar 2017 11:52:00 +0000