Linq in IronRuby

Is it possible?

Thanks,
Shay.

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 vriendelijke groeten - Best regards - Salutations
Ivan Porto C.
Blog: http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)