[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Kyle Murphy

3/8/2009 1:27:00 AM

I remember reading about ARAX on slashdot, and after writing some
javascript recently, I really wish I could have written in Ruby instead,
as I know the language so much better.

So, does anyone know if ARAX has a chance of becoming a client-side
scripting language in browsers like javascript? Or is there little
chance of this happening?

Thanks for any help.
--
Posted via http://www.ruby-....

6 Answers

Florian Gilcher

3/8/2009 2:35:00 PM

0

As the Article on Slashdot states: it might be possible in Silverlight
environments. Thats not even AJAX as most people think of it
(HTML+asynchronous Javascript) This means that your client already has
Ruby installed (through Ruby.NET on the .NET VM, which is not
production-ready).

In a browser environment, i don't see that happening. JS interpreters
are faster, better tested and widely deployed. I don't see a point of
changing that. Not before browsers themselves sit on top of VMs like
NET or the JVM.
--
Posted via http://www.ruby-....

Eleanor McHugh

3/9/2009 4:59:00 PM

0

On 8 Mar 2009, at 01:26, Kyle Murphy wrote:
> I remember reading about ARAX on slashdot, and after writing some
> javascript recently, I really wish I could have written in Ruby
> instead,
> as I know the language so much better.
>
> So, does anyone know if ARAX has a chance of becoming a client-side
> scripting language in browsers like javascript? Or is there little
> chance of this happening?

You might find HotRuby or Red suits your needs. HotRuby is fast but
not feature complete so you may have to make some design compromises,
but it does offer excellent performance :)


Ellie

Eleanor McHugh
Games With Brains
http://slides.games-with-...
----
raise ArgumentError unless @reality.responds_to? :reason



Mark Thomas

3/9/2009 5:27:00 PM

0

On Mar 7, 9:26 pm, Kyle Murphy <kmurp...@hotmail.com> wrote:
> I remember reading about ARAX on slashdot, and after writing some
> javascript recently, I really wish I could have written in Ruby instead,
> as I know the language so much better.
>
> So, does anyone know if ARAX has a chance of becoming a client-side
> scripting language in browsers like javascript?  Or is there little
> chance of this happening?

You can do it with BrowserPlus -- Yahoo's answer to Google Gears. It
has client-side Ruby as an option.
http://browserplus.yahoo.com/developer/ser...

-- Mark.

David Masover

3/9/2009 7:27:00 PM

0

Kyle Murphy wrote:
> I remember reading about ARAX on slashdot
>

I remember that article -- it was mostly just an idea.

> So, does anyone know if ARAX has a chance of becoming a client-side
> scripting language in browsers like javascript? Or is there little
> chance of this happening?

I would say, it's inevitable, but it's probably not ready yet. If it
happens, sadly, it's probably going to be targeting JavaScript, rather
than native support in browsers.

Javascript is actually not a bad language in its own right, and it
actually does some things better than Ruby. I'd suggest using jQuery,
and reading Douglas Crockford.

Charles Oliver Nutter

3/9/2009 7:56:00 PM

0

Kyle Murphy wrote:
> I remember reading about ARAX on slashdot, and after writing some
> javascript recently, I really wish I could have written in Ruby instead,
> as I know the language so much better.
>
> So, does anyone know if ARAX has a chance of becoming a client-side
> scripting language in browsers like javascript? Or is there little
> chance of this happening?

JRuby already works in a browser, and has for a couple years. You can
run as an applet, or with more recent Java 6 releases, interact directly
with browser-based JS and the DOM.

- Charlie

msnews.microsoft.com

3/9/2009 8:23:00 PM

0

Is there a site somewhere that elaborates on this a bit to get you
started?
On Mar 9, 2009, at 3:56 PM, Charles Oliver Nutter wrote:

> Kyle Murphy wrote:
>> I remember reading about ARAX on slashdot, and after writing some
>> javascript recently, I really wish I could have written in Ruby
>> instead,
>> as I know the language so much better.
>> So, does anyone know if ARAX has a chance of becoming a client-side
>> scripting language in browsers like javascript? Or is there little
>> chance of this happening?
>
> JRuby already works in a browser, and has for a couple years. You
> can run as an applet, or with more recent Java 6 releases, interact
> directly with browser-based JS and the DOM.
>
> - Charlie
>