Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
You should learn Go!
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Kod.io
October 26, 2013
Programming
1
140
You should learn Go!
By Blake Mizerany
http://kod.io
Kod.io
October 26, 2013
Tweet
Share
More Decks by Kod.io
See All by Kod.io
Our future is in our past or whatever
kodio
0
69
Daha iyi Geliştirme Ortamı için: Vagrant
kodio
0
75
Building Next-Generation iOS Apps with AFNetworking 2.0
kodio
2
390
Reactive Principles
kodio
1
150
AngularJS vs. Ember.js vs. Backbone.js
kodio
1
520
iBeacons: Interacting with the physical world using Bluetooth LE
kodio
1
100
Go: a simple programming environment
kodio
2
170
Why I had to write a client side framework for Koding.
kodio
1
98
Sure, I could learn Objective-C but...
kodio
1
92
Other Decks in Programming
See All in Programming
Ruby x Terminal
a_matsuda
7
580
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
280
15年目のiOSアプリを1から作り直す技術
teakun
1
600
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
240
CSC307 Lecture 15
javiergs
PRO
0
220
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
390
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
210
CSC307 Lecture 12
javiergs
PRO
0
460
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
210
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
180
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
110
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
200
Featured
See All Featured
WENDY [Excerpt]
tessaabrams
9
36k
Building Applications with DynamoDB
mza
96
6.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
470
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
First, design no harm
axbom
PRO
2
1.1k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
68
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
Done Done
chrislema
186
16k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
200
Abbi's Birthday
coloredviolet
2
5.1k
Designing for Timeless Needs
cassininazir
0
150
Transcript
None
None
None
None
None
None
84 keywords?
C++
50 keywords?
Java
42 keywords?
Ruby
... and Go?
25
None
goroutines + channels + select
func main() { for { cn, err := net.Listen("tcp", ":8080")
if err != nil { log.Fatal(err) } go serve(cn) } }
None
$ go tool pprof
None
Static Binary
C# / Ruby / C++ / etc Go
curl -O https://myserver.com/mybinary
None
None
None
None