Dynamic Languages in .NET/Silverlight
Silverlight supports various Dynamic languages like python, ruby, visual basic and jscript.
See here for a more detailed analysis on how Dynamic Languages run on top of the .NET Dynamic Language Runtime (DLR)
Also there is a msdn article that explains IronPython in detail here.