haxe icon indicating copy to clipboard operation
haxe copied to clipboard

No Documentation?

Open Vanderemit opened this issue 10 years ago • 3 comments
trafficstars

Is there any documentation available on how to use this backend and how much of the Ruby language is supported. This just supports a subset of it correct?

Vanderemit avatar May 01 '15 04:05 Vanderemit

Sorry for delay responding. Such info as there is on using this backend is at https://github.com/paulfitz/haxe/wiki/Haxe-Ruby-Target

I'm not sure I understand your question of how much of the Ruby language is supported; this backend is for compiling from haxe code to ruby rather than the other way around.

paulfitz avatar May 30 '15 20:05 paulfitz

Would mruby be a better target than ruby itself? It's smaller, and works on embedded devices.

ashes999 avatar Jun 18 '15 14:06 ashes999

@ashes999 For me, the main advantage would be to leverage Ruby's extremely vast and productive eco-system. Imagine being able to leverage Rails (or rails-api) in a type-safe way and add even more magic by adding the Haxe macro layer above it. I can dream :)

fullofcaffeine avatar Dec 14 '18 01:12 fullofcaffeine