RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in