Believe it or not, but C# supports both continations (though only a subset similar to Python’s yield) and closures in its second incarnation so it is definitely getting some dynamic aspects:
Would I use it over Ruby? No, not unless I’m forced to do so by good reasons.
Do I like more languages becoming similar to Ruby? Yes, this is a very nice trend.
Believe it or not, but C# supports both continations (though only a subset similar to Python’s yield) and closures in its second incarnation so it is definitely getting some dynamic aspects:
* http://pluralsight.com/blogs/dbox/archive/2005/04/17/7467.aspx
* http://joe.truemesh.com/blog/000390.html and http://www.devx.com/Intel/Article/21147
Would I use it over Ruby? No, not unless I’m forced to do so by good reasons.
Do I like more languages becoming similar to Ruby? Yes, this is a very nice trend.