View project on GitHub Goby is a Ruby-like object oriented language written in Go. And it’s not a new Ruby implementation. Instead, it should be a language that help developer create api server or microservice efficiently. It will have Ruby’s syntax (I’ll try to support all common syntaxes) but without most of Ruby’s meta-programming magic to make the VM simple. It will also have built in http library that is built upon Go’s efficient http package. And I’m planning to do more optimization by using goroutine directly. Supporting Goby by sending your first PR! See contribution guideline Or support us by donation (I quit my job to develop Goby in full-time, so financial support are needed 😢) ( We’ll release first beta version in August, please checkout this issue for what features Goby will support. ) Supported Features Install Usage Samples Documentations C...