But wouldn't you be able to accomplish these scenarios just by requiring a C# built dll? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero)
On Sun, Oct 11, 2009 at 7:03 PM, Shay Friedman <[email protected]>wrote: > 2 samples I can think of - > 1. Porting Ruby native extensions > 2. Create an IronRuby library in C# in order to improve performance of a > certain operation > > Shay. > > > On Sun, Oct 11, 2009 at 6:57 PM, Ivan Porto Carrero > <[email protected]>wrote: > >> Just require an assembly should work just as well I guess. >> When would you need to use the RubyClass etc attributes and the >> initializer? What is the added value of those? >> --- >> Met vriendelijke groeten - Best regards - Salutations >> Ivan Porto Carrero >> Blog: http://flanders.co.nz >> Twitter: http://twitter.com/casualjim >> Author of IronRuby in Action (http://manning.com/carrero) >> >> >> >> >> On Sun, Oct 11, 2009 at 6:51 PM, Shay Friedman >> <[email protected]>wrote: >> >>> Is it possible to consider allowing to load extensions without the need >>> of a library initializer? (another argument in the load_assembly method for >>> example) >>> Currently, the library initializer makes the whole thing much more >>> complicated... >>> >>> Thanks, >>> Shay. >>> >>> >>> On Sun, Oct 11, 2009 at 6:27 PM, Tomas Matousek < >>> [email protected]> wrote: >>> >>>> Basically to avoid reflection when loading the classes and modules. >>>> >>>> Tomas >>>> >>>> -----Original Message----- >>>> From: [email protected] [mailto: >>>> [email protected]] On Behalf Of Shay Friedman >>>> Sent: Sunday, October 11, 2009 9:14 AM >>>> To: [email protected] >>>> Subject: Re: [Ironruby-core] IronRuby C# Extensions >>>> >>>> I found out I needed an initializer... >>>> >>>> I have a question - why do we need initializers if we define everything >>>> on the attributes? >>>> >>>> Thanks, >>>> Shay. >>>> -- >>>> Posted via http://www.ruby-forum.com/. >>>> _______________________________________________ >>>> 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 >>>> >>> >>> >>> >>> -- >>> -------------------------------------------------- >>> Shay Friedman >>> Author of IronRuby Unleashed >>> http://www.IronShay.com >>> Follow me: http://twitter.com/ironshay >>> >>> _______________________________________________ >>> 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 >> >> > > > -- > -------------------------------------------------- > Shay Friedman > Author of IronRuby Unleashed > http://www.IronShay.com > Follow me: http://twitter.com/ironshay > > _______________________________________________ > 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
