For Silverlight 2, it looks like programming choices are:
- C#
- VB
- DLR scripting languages
- IronRuby
- IronPython
- A sadly neglected (if not cancelled) Managed jScript
Is this a case where the native languages (C# and VB) are faster than the DLR languages by an order of magnitude or so?
Any hope of "living" in IronPython when I do Silverlight client programming, or should I expect to drop into C# for processor-intensive work?
My survey of languages comes from this set of examples for C# and VB and this page discussing the DLR.