Writing Ruby extensions in Go - an in depth review
For a very long time the only way to extend Ruby with native estensions has been using C.
My goal is to find languages that we can use to create extensions, that a Ruby programmer would understand effortlessly or with a minimum investment.
This first episode will focus on Go