|
|
|
|
|
by rbanffy
4605 days ago
|
|
> C# 4 added serious dynamic typing, so that you can make ruby/pthon/js-style dynamic objects; So you can match the so-so performance of dynamic languages (which is debatable, BTW) with C#'s horrid (when compared to Python or Ruby, at least) syntax. I fail to see the advantages here. If I'm doing something that demands dynamic types, I do it in Python. If I need static-types, I do it in C, C++, Objective-C, Go, Java- whatever better fits the problem. |
|
More about this: http://msdn.microsoft.com/en-us/magazine/gg598922.aspx