Go Issue #22647 全コメント翻訳 ― 関数の戻り値や定数のアドレスを取りたい
golang/go#22647「proposal: Go 2: allow taking the address of a function result value or constant」の本文と全17件のコメントを日本語に翻訳。

golang/go#22647「proposal: Go 2: allow taking the address of a function result value or constant」の本文と全17件のコメントを日本語に翻訳。

golang/go#45624「spec: expression to create pointer to simple types」の本文と全274件のコメントを日本語に翻訳。Rob Pikeの提案からnew(expr)の採用まで。

golang/go#9097「proposal: spec: add &T(v) to allocate variable of type T, set to v, and return address」の本文と全40件のコメントを日本語に翻訳。

&int(3)はなぜ却下され、new(expr)が採用されたのか。#9097から#45624まで、10年の議論の軌跡。