Skip to content
Paul Fitzpatrick edited this page Feb 12, 2015 · 7 revisions

This is a fork of Haxe that adds a ruby target (ruby version >= 1.9.3p194). To use the fork: first, get comfortable compiling haxe from source (if you are not already), see https://github.com/HaxeFoundation/haxe#user-content-building-from-source

Then you can just substitute in the version at https://github.com/paulfitz/haxe (the ruby2 ruby4 ruby5 branch, set as default), and recompile. You should now have a -rb language option in haxe and be able to use it like any other target.

You can also find a pre-built version of haxe-with-rb for Ubuntu 12.04 (Precise) on the release page. This is built for use with travis continuous integration.

The ruby target is limited and just me scratching my own itch. If you'd like to see faster progress, or focused progress, file an issue and/or fund development tips

Clone this wiki locally