[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

embedded interpreter within an application exe?

aidy

6/30/2007 10:14:00 PM

Hi,

Is it possible to deploy on Windows exe including Ruby application
code and an embedded interpreter?

Cheers

aidy

2 Answers

Jano Svitok

6/30/2007 10:22:00 PM

0

On 7/1/07, aidy.lewis@googlemail.com <aidy.lewis@googlemail.com> wrote:
> Hi,
>
> Is it possible to deploy on Windows exe including Ruby application
> code and an embedded interpreter?

try rubyscript2exe - http://www.erikveen.dds.nl/rubyscript2exe/...

Jano

John Joyce

6/30/2007 10:24:00 PM

0


On Jun 30, 2007, at 5:15 PM, aidy.lewis@googlemail.com wrote:

> Hi,
>
> Is it possible to deploy on Windows exe including Ruby application
> code and an embedded interpreter?
>
> Cheers
>
> aidy
>
>
Most definitely YES.
Just as you can embed a MySQL, SQLite or other database.
But as you are using it on Windows, consider the new SilverLight (I
think that's the name) runtime interpreter. That may provide hooks to
use Ruby code without having to package Ruby itself.

somebody else can definitely speak more accurately to this.
John Joyce