Goby is an object-oriented scripting language inspired by Ruby that is written in Go. The creator's visions for Goby are to make it highly productive, extensible, and predictable. Productivity is emphasized through readability, consistency enforced by strict syntax rules and official style guidance, and predictability through limiting the scope of features like method_missing and making the target of super explicit. Extensibility is enabled by allowing Go libraries to be used in Goby and facilitating the porting of Ruby gems. The language is still in early development but aims to provide a Ruby-like experience with the performance benefits of Go's concurrency features.