Tomas Matousek wrote:
Yes, we have Protocols class that implements various flavors of conversions 
that are used in libraries.
The binder idea is that there would be an attribute you can apply on C# methods 
that would disable the default conversions implemented in binder. So if 90% of 
methods do the conversion one way their implementation could be simplified. The 
rest would be marked by the attribute.

Nice, I'll have to add that. At the moment, everything generifies to a common type, and the method itself calls the appropriate coercion mechanism. But it would be nice to eliminate that.

- Charlie
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to