From: John Joyce Date: 2007-07-01T07:24:16+09:00 Subject: Re: embedded interpreter within an application exe? 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