Embedded interpreter within an application exe?

Hi,

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

Cheers

aidy

On 7/1/07, [email protected] [email protected] 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/index.html

Jano

On Jun 30, 2007, at 5:15 PM, [email protected] 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 J.