Fun with C# 4.0s dynamic
Posted by: More Whidbey stuff,
on 17 Sep 2009 |
View original | Bookmarked: 0 time(s)
Theres been some debate recently on the new dynamic keyword in C# 4.0. As has been the case with many features before it, some love it, some hate it, some say it bloats the language, yadda yadda yadda. People said that about lambdas. Me, Ill just use it where I see a use case, thank you very much. In the case of dynamic, another frequent comment is that a statically-typed language should not try to look like a dynamic language. Well, I just dont believe in that distinction. Being dynamic is a trait...