Has anyoune tried Red Sun

O

Oren Shani

Jörg W Mittag said:
Judging by the commit history, it looks rather dead, unfortunately.

jwm

Yea, I thought so too... Shame...

Do you happen to know of any other way to use Ruby with a Flash-based
gui?

Thanks,

Oren
 
J

Jonathan Branam

Oren said:
Yea, I thought so too... Shame...

Do you happen to know of any other way to use Ruby with a Flash-based
gui?

Thanks,

Oren

Yes, unfortunately I had very little interest in Red Sun either from the
Ruby and Flash communities or from a standpoint of having sponsorship of
my work on it. It was a good project that I did when I had free time,
but that is not sustainable in the long run.

The main drawback of it is that there is no interpreter or compiler, so
you have to either precompile or have a server running to do your
compilation.

The state of the code is also very much in infancy. There is little
accurate garbage collection of the stack due to a few calls in the Ruby
VM where it actually makes a method call with data beneath the current
stack on it as valid. I mean the internal Ruby stack, not the program
call stack. These could be fixed, I'm sure, but I ran into complications
with my attempt to make the VM stackless.

The other issue is that the Ruby core library is written almost entirely
in C and requires porting for even the most basic functionality. It
would be possible to use some of Rubinius' core library, but even
Rubinius has stopped implementing most of it in Ruby and does it in C++
now.

I have a hope to implement a lighter and smaller dynamic language in
ActionScript and I have implemented a subset of Lisp already, but again
this is just something I do in my free time and it is difficult to
sustain.

Thanks for the interest, however!
-Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,781
Messages
2,569,615
Members
45,301
Latest member
BuyPureganics

Latest Threads

Top