Ruby-like language written in Go
Hi, I am currently working on an project called Rooby, it’s an Ruby-like object oriented language written in Go. I already support some important features like:
- Every thing is an object
- Class constructor
- Block and yield
- …etc (see complete list of features in Readme)
And recently I’m building a virtual machine for it and will change this project into an compiler/interpreter. Contact me if you’re interested in my work 😄
Post a comment