forked from HaxeFoundation/haxe
-
Notifications
You must be signed in to change notification settings - Fork 3
Haxe Ruby Target
paulfitz edited this page Oct 8, 2014
·
7 revisions
This is a fork of Haxe that adds a ruby target (ruby version >= 1.9.3p194). The ruby target is limited and just me scratching my own itch, see https://twitter.com/fitzyfitzyfitzy/status/476463543844626432
(@Simn says: <Simn> paulfitz, I didn't exactly "recoil in horror", I just didn't know how to help because I don't know ruby. :P
)
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 ruby2ruby4 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.