[Rubydotnet-developer] TechEd
Status: Alpha
Brought to you by:
thomas
From: Tim S. <ti...@ih...> - 2004-08-03 08:35:27
|
Hi guys, Microsoft are running their "TechEd" conference in Auckland, NZ (where I live) this week. I managed to beg my way into a session to do with 'low-level CLR stuff'. They mentioned that they're considering adding a dynamic dispatch instruction to IL to aid the compilation of dynamic languages for their platform. That would be useful for a Ruby->IL compiler. Hopefully this would mean that if some C# code calls a method on a type that has been declared 'dynamic' and the method has not already been declared, the C# compiler will use 'dynamic_call'. -- Tim Sutherland <ti...@ih...> 2004 President of SDKACM, the Software Developers' Klub Incorporated. This is the University of Auckland ACM Student Chapter and is AUSA affiliated. See http://www.sdkacm.com/ for information and resources. |