3 views
# golang (spec) 輪読会【第五回】 ###### tags: `golang-spec` 2021/2/17(水) 20:30~ [前回](https://md.trap.jp/Juzyl_9pT5KNh4Ou6ziYww) → [次回](https://md.trap.jp/AFxb4-PFSHS9flCwmK_zsw) ## 参加者 ### 発表者 - oribe - temma - toki - sappi_red - hosshii ### 一般 - mazrean - hijiki51 ## 概要 いろいろな言語に触れることは大事だが(一年に一つ新しい言語に触れるといい)、内部実装まで深く理解した言語を持つことは重要である(T型の学習)。 この会は、Go言語の仕様に関して深く理解し、プログラミング言語全体に通じる概念等を習得することを目的とする。 Goについてちゃんと理解するついでに、言語設計の背景や理論をちゃんと理解しようね、という会 ## やりたいこと Docs: https://golang.org/doc/ - [specification](https://golang.org/ref/spec)を読む - 各人が対象のspecに関してより深い理解を促すようなプレゼンを行う - 背景 - 理論 - 実装 - [Proposal](https://github.com/golang/proposal)を読む - [EffectiveGo](https://golang.org/doc/effective_go.html)を読む - Goのパラダイムについて理解する - Goのmemory managementについて理解する - [memory model](https://golang.org/ref/mem) - escape analysis - GC - etc... - Goコンパイラの実装を読む - [wiki](https://github.com/golang/go/wiki)からピックアップ - etc... ## 今回のテーマ: 次回のgolang (spec) 輪読会 (第5回)は2/17(水) 20:30から :blob_bongo: - Expressions - Passing arguments to ... parameters - 1095 chars :jadegreen: https://md.trap.jp/MptV9gmpRHuGtcxNZd-z7g?view - Operators - 3016 chars :jadegreen: - Arithmetic operators - 851 chars (sum: 4866 chars) :@hosshii:https://md.trap.jp/M3iJCxaERPSKCPuf5Qfqyw?both - Integer operators - 1977 chars :@hosshii: - Integer overflow - 666 chars :@hosshii: - Floating-point operators - 1181 chars :@hosshii: - String concatenation - 191 chars :@hosshii: - Comparison operators - 2831 chars :@toki: - Logical operators - 309 chars :@toki: - Address operators - 809 chars :@toki: - Receive operators - 1024 chars :@toki: https://md.trap.jp/G2JzRO1WSkaofyj4aFlpjg - Conversions - 3348 chars (sum: 6386 chars) :@temma: https://md.trap.jp/wxJ2QxYSQWOhkqn0-48THw - Conversions between numeric types - 1258 chars :@temma: - Conversions to and from a string type - 1780 chars :@temma: - Constant expressions - 4339 chars :@oribe: - https://md.trap.jp/Wu6PhoKkRCGqbZw16uXvJQ - Order of evaluation - 1801 chars :@mazrean: - https://md.trap.jp/aSL0h2pLQcWoattImJNdDw sum: 26,476 chars 26,476 // 7 = 3782 chars # memo https://ja.stackoverflow.com/questions/12649/ https://golang.org/src/strconv/itoa.go#L105 https://doc.rust-lang.org/std/cmp/index.html https://github.com/jinzhu/gorm/blob/master/errors.go https://play.golang.org/p/VDIAMOdPp5y https://play.golang.org/p/oAWrtGU1ml0