エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
In this talk, I will present how to extend your Ruby code with Golang. Since Go 1.5, you can buil... In this talk, I will present how to extend your Ruby code with Golang. Since Go 1.5, you can build C compatible binaries by using buildmode c-shared/c-archive. This is a very exciting feature for rubyists. First, I'd like to show you how to use Go code from Ruby with FFI and fiddle. Then, I will talk about how to build gems with Golang.