Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Go言語仕様輪読会の開催を通じた振り返り

syumai
April 23, 2022

 Go言語仕様輪読会の開催を通じた振り返り

Go言語仕様輪読会が2021年末に完了したので、これまでの活動内容について振り返りつつご紹介させていただきます。

[資料]
* Go言語仕様: https://go.dev/ref/spec
* DQNEOさんの Underlying Type の資料: https://speakerdeck.com/dqneo/go-language-underlying-type

[作ったツール]
* 同時編集Go Playground: https://gpgsync.herokuapp.com/ (https://github.com/syumai/gpgsync)
* DQNEOさん製 - 辞書付きGo言語仕様書: https://dqneo.github.io/gospec/spec.html (https://github.com/DQNEO/gospec)

[今後のイベント]
* Go Documentation 輪読会 (隔週水曜): https://gospecreading.connpass.com/

syumai

April 23, 2022
Tweet

More Decks by syumai

Other Decks in Programming

Transcript

  1. 自己紹介 syumai Go Documentation 輪読会 / ECMAScript 仕 様輪読会 主催

    株式会社ベースマキナ所属 Go でGraphQL サーバー (gqlgen) や TypeScript でフロントエンドを書いています Twitter: @__syumai Website: https://syum.ai
  2. 入門会 Go の言語仕様を読む上で重要な概念について紹介する会 defined type, underlying type, type identity etc...

    本編の参加ハードルを下げるために企画 後々使える便利な資料が生まれました DQNEO さんの Underlying Type など 全4 回開催
  3. Go 1.16 ~ Go 1.17 の 仕様に取り込まれた例 task4233 さん DQNEO

    さん Nobishii さん https://github.com/golang/go/c ommits/master/doc/go_spec.ht ml