$ GOOS=linux GOARCH=amd64 go build
$ GOOS=windows GOARCH=amd64 go build
$ GOOS=darwin GOARCH=amd64 go build
Slide 26
Slide 26 text
No content
Slide 27
Slide 27 text
No content
Slide 28
Slide 28 text
We shouldn't
stop there!
Slide 29
Slide 29 text
+ =
https://github.com/hone/mruby-cli
mruby-cli
Slide 30
Slide 30 text
→ Ruby
→ Performance
→ No Require
→ Binary for each platform/arch
→ Simple to compile & release
→ CLI apps framework
Mruby-cli talk at RubyKaigi 2015
Goals
Slide 31
Slide 31 text
Team
Slide 32
Slide 32 text
No content
Slide 33
Slide 33 text
→ ISO/IEC 30170:2012 standard
→ Compatible with Ruby 2.1 core API
→ No Built-in File/Socket/IO
→ not threadsafe, no Thread
→ procs/blocks
→ metaprogramming
→ monkey patching
→ literals
→ easy to bind to C-ABI compatible lib
Slide 34
Slide 34 text
Gotchas:
→ no stdlib
→ native ext have to support cross-
compilation
→ no Rubygems, but mrbgems-list
Slide 35
Slide 35 text
No content
Slide 36
Slide 36 text
No content
Slide 37
Slide 37 text
No content
Slide 38
Slide 38 text
Safe Live Coding:
Hello RubyConf Ph
Slide 39
Slide 39 text
Safe Live Coding:
Advanced Scaffold
Slide 40
Slide 40 text
A real example:
~/my_repo/ $ github_status
Success