Coder Radio

By Jupiter Broadcasting

364: Gabbing About Go

🔊 Play episode (48 min)

Direct episode link

💬 Share episode

Published July 01, 2019 9:15pm

Mike and Wes burrow into the concurrent world of Go and debate where it makes sense and where it may not.

Plus gradual typing for Ruby, a new solution for Python packaging, and the real story behind Jony Ive's exit.

Support Coder Radio

Links:Goroutines - Concurrency in Golang — Goroutines are functions or methods that run concurrently with other functions or methods. Goroutines can be thought of as light weight threads. The cost of creating a Goroutine is tiny when compared to a thread. Why build concurrency on the ideas of CSP? — One...

Return to podcast