[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

ruby executable

Derek Haskin

5/3/2005 3:42:00 AM





does any know if there are tools to produce native executables from ruby
scripts so that ruby is not required to be installed on machines where you
run ruby scripts/executables.

derek.



<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<---->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Privileged/Confidential information may be contained in this message.
If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone.
In such a case, you should destroy this message and kindly notify the sender by reply e-mail or by telephone on (03) 9612-6999 or (61) 3 9612-6999.
Please advise immediately if you or your employer does not consent to Internet e-mail for messages of this kind.
Opinions, conclusions and other information in this message that do not relate to the official business of Transurban Limited and CityLink Melbourne Limited shall be understood as neither given nor endorsed by them.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<---->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>



10 Answers

james_b

5/3/2005 3:50:00 AM

0

Derek Haskin wrote:
>
>
>
> does any know if there are tools to produce native executables from ruby
> scripts so that ruby is not required to be installed on machines where you
> run ruby scripts/executables.

There is nothing that takes Ruby source and produces native code.

If the goal is to at least mask or bundle the installation of Ruby, look
at RubyScript2Exe



James


Erik Veenstra

5/4/2005 10:32:00 AM

0

> > does any know if there are tools to produce native
> > executables from ruby scripts so that ruby is not required
> > to be installed on machines where you run ruby
> > scripts/executables.
>
> There is nothing that takes Ruby source and produces native
> code.
>
> If the goal is to at least mask or bundle the installation of
> Ruby, look at RubyScript2Exe

http://www.erikveen.dds.nl/distributingrubyapplications/...

Grab the PDF, print it, take a beer (preferably Dutch beer),
hang up the hammock and read...

gegroet,
Erik V.

Jeff Barczewski

5/4/2005 10:42:00 AM

0

Thanks Erik. That is a great article which explains and illustrates
things very well. This is great technology. I love how you explain
everything in straight forward terms.

I'll need to get some dutch beer though, I'm all out :-)

Jeff

>
> http://www.erikveen.dds.nl/distributingrubyapplications/...
>
> Grab the PDF, print it, take a beer (preferably Dutch beer),
> hang up the hammock and read...
>
> gegroet,
> Erik V.
>
>



Austin Ziegler

5/4/2005 2:54:00 PM

0

On 5/2/05, James Britt <james_b@neurogami.com> wrote:
> There is nothing that takes Ruby source and produces native code.
>
> If the goal is to at least mask or bundle the installation of Ruby, look
> at RubyScript2Exe

Two days ago, this was true. But with Eric Hodel's "I Rock" thread, I
think that this is no longer true.

-austin
--
Austin Ziegler * halostatue@gmail.com
* Alternate: austin@halostatue.ca



ptkwt

5/4/2005 6:41:00 PM

0

In article <9e7db9110505040753505f6ca@mail.gmail.com>,
Austin Ziegler <halostatue@gmail.com> wrote:
>On 5/2/05, James Britt <james_b@neurogami.com> wrote:
>> There is nothing that takes Ruby source and produces native code.
>>
>> If the goal is to at least mask or bundle the installation of Ruby, look
>> at RubyScript2Exe
>
>Two days ago, this was true. But with Eric Hodel's "I Rock" thread, I
>think that this is no longer true.
>

Well, it's a bit premature to make this declaration. You might want to
modify it some: Eric Hodel's "I Rock" thread gives us hope that in the
future it will no longer be true. There are many obstacles yet to
overcome.

Phil

james_b

5/5/2005 4:06:00 AM

0

Austin Ziegler wrote:
> On 5/2/05, James Britt <james_b@neurogami.com> wrote:
>
>>There is nothing that takes Ruby source and produces native code.
>>
>>If the goal is to at least mask or bundle the installation of Ruby, look
>>at RubyScript2Exe
>
>
> Two days ago, this was true. But with Eric Hodel's "I Rock" thread, I
> think that this is no longer true.

Ah, of course. But is this at the point of practical,
deploy-to-the-masses, everyday readiness?

I haven't completely followed the thread, but from what I have glanced
through I don't think one can take an arbitrary Ruby file and get a
standalone, native exe from it.

Yet.


James


Ryan Davis

5/5/2005 10:21:00 AM

0


On May 4, 2005, at 9:06 PM, James Britt wrote:

> Ah, of course. But is this at the point of practical,
> deploy-to-the-masses, everyday readiness?
>
> I haven't completely followed the thread, but from what I have glanced
> through I don't think one can take an arbitrary Ruby file and get a
> standalone, native exe from it.
>
> Yet.

I'm curious James, as to how far you think we are from that goal. :)

--
ryand-ruby@zenspider.com - Seattle.rb -
http://www.zenspider.com/...
http://blog.zens... - http://rubyforge.org/proje...



james_b

5/5/2005 1:14:00 PM

0

Ryan Davis wrote:
>
> On May 4, 2005, at 9:06 PM, James Britt wrote:
>
>> Ah, of course. But is this at the point of practical,
>> deploy-to-the-masses, everyday readiness?
>>
>> I haven't completely followed the thread, but from what I have glanced
>> through I don't think one can take an arbitrary Ruby file and get a
>> standalone, native exe from it.
>>
>> Yet.
>
>
> I'm curious James, as to how far you think we are from that goal. :)

Oh, I couldn't give any estimates. I'm basing my optimism on my
understanding of what has been done with RubyInline and Ruby2C, and the
overall impressive intelligence shown by the Ruby community in general.



James


Ryan Davis

5/5/2005 6:47:00 PM

0


On May 5, 2005, at 6:13 AM, James Britt wrote:

>> I'm curious James, as to how far you think we are from that goal. :)
>
> Oh, I couldn't give any estimates. I'm basing my optimism on my
> understanding of what has been done with RubyInline and Ruby2C, and
> the overall impressive intelligence shown by the Ruby community in
> general.

Weasel answer! :P

no! ferret!
http://blog.zens...archives/2005/02/new_masco...

--
ryand-ruby@zenspider.com - Seattle.rb -
http://www.zenspider.com/...
http://blog.zens... - http://rubyforge.org/proje...



james_b

5/5/2005 7:49:00 PM

0

Ryan Davis wrote:
>
> On May 5, 2005, at 6:13 AM, James Britt wrote:
>
>>> I'm curious James, as to how far you think we are from that goal. :)
>>
>>
>> Oh, I couldn't give any estimates. I'm basing my optimism on my
>> understanding of what has been done with RubyInline and Ruby2C, and
>> the overall impressive intelligence shown by the Ruby community in
>> general.
>
>
> Weasel answer! :P

Um, well, yeah.

>
> no! ferret! http://blog.zenspider.com/archives/2005/02/new_masco...

My. A brown stinky ferret. How, um, endearing.

:)



James