生涯未熟

生涯未熟

プログラミングをちょこちょこと。

2018-07-01から1ヶ月間の記事一覧

ランサーズ開発ランチにお邪魔してきた!

クラウドソーシングで超有名なランサーズさんが、開発ランチという面白いイベントをやっていたのでカツ丼食べたくてブログ枠として参加してまいりました!! lancers-engineer.connpass.com ランサーズ開発ランチ(Lunchers)について このイベントはランサ…

runtime.Goexitを改めて理解する

序文 runtime packageには Goexit() というfunctionがあります。 // Goexit terminates the goroutine that calls it. No other goroutine is affected. // Goexit runs all deferred calls before terminating the goroutine. Because Goexit // is not a p…

「Go言語でつくるインタプリタ」を読んだ

読んだので思ったことを書く。 Go言語でつくるインタプリタposted with amazlet at 18.07.01Thorsten Ball オライリージャパン 売り上げランキング: 9,186Amazon.co.jpで詳細を見る どんな感じの本なのさ? 詳しくはこちら Writing An Interpreter In Goを読…