go-ruby-calc A simple test project which is going to prove that easy calling of go functions is possible from ruby. Install ffi gem: gem install ffi Run: make, to build go library and then: ruby test.rb, to test it from ruby.