Re: [Ironruby-core] Code Review: AdaptiveRules4

2009-06-18 Thread Tomas Matousek
Inline. From: Dino Viehland Sent: Thursday, June 18, 2009 12:55 PM To: Tomas Matousek; IronRuby External Code Reviewers; Rowan Code Reviewers Cc: ironruby-core@rubyforge.org Subject: RE: Code Review: AdaptiveRules4 On the rethrow in NewInstruction you should do ExceptionHelpers.UpdateForRethrow

Re: [Ironruby-core] Linq in IronRuby

2009-06-18 Thread Ivan Porto Carrero
the short answer: No You could build something that builds expression trees that you can pass to the Enumberable extension methods. And you would have to provide a wrapper for the Enumerable implementation that doesn't use extension methods, but this may change or I may do that wrong. --- Met vri

[Ironruby-core] Linq in IronRuby

2009-06-18 Thread Shay Friedman
Is it possible? Thanks, Shay. -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Why IronRuby?

2009-06-18 Thread Ivan Porto Carrero
way faster delivery times. For example it takes me only a fraction of the time to build some fairly complex things in Ruby than it would take me to build in C#. For example I wouldn't have been able to build a mocker that resembles the design I've got in Caricature now in under 2 weeks with a langu

Re: [Ironruby-core] Why IronRuby?

2009-06-18 Thread Meinrad Recheis
We use IronRuby to provide user scripting and light weight plugins for our C# applications. Cheers, -- Henon On Thu, Jun 18, 2009 at 5:40 AM, Mohammad Azam wrote: > I have been having fun playing around with IronRuby but one question > keeps coming to my mind which is Why IronRuby? What purpos