Pre-compiling code would allow us to distribute our programs in .exe and
.dll form, rather than .rb files. IronPython allows this with its pyc.py
script. And if that means faster startup times and using Ruby code
statically from C#, then all the better.


On Tue, May 11, 2010 at 3:06 PM, Tomas Matousek <
[email protected]> wrote:

> What would you like to achieve by pre-compiling code? Faster startup time?
> Packaging your code in a dll instead of a bunch of .rb files? Using Ruby
> code statically from C#?
>
> Tomas
>
> -----Original Message-----
> From: [email protected] [mailto:
> [email protected]] On Behalf Of Martin Smith
> Sent: Tuesday, May 11, 2010 11:14 AM
> To: [email protected]
> Subject: [Ironruby-core] What's next?
>
> Hey Guys,
>
> Now that IronRuby 1.0 has shipped (congrats!!), what's next on the docket?
> :) I'm not trying to pressure you guys! Just excited about the future.
> The feature i'd love to see most would be pre-compilation...
>
> Thanks for such a great product,
> Martin
> _______________________________________________
> Ironruby-core mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
> _______________________________________________
> Ironruby-core mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to