Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Golang を使用しようとしていますが、その構文が非常に興味深いことがわかりました。
var a int = 10 b := 10 for { ... } func hello() world() int{ }
これらの構文は私に非常に興味をそそります.構文の歴史を知っている人はいますか?
または、なぜこのように設計するのか。
ありがとう。