I did. The issue of modularity and security brought up by Herb is very interesting as it is something that programmers have to consider and have in their mind every day. No one wants the label of "your code has a zero day bug!". But if you can program in the mind of moularity and security is a side benefit, then sign me up.

I'd also be interested to hear more on Anders thoughts of concurrency, but I got the impression that it's still a too hard basket as you really need three things, 1 thread per core, async per thread, immutable data when concurrent (freezable collections and the like) and scaleable performance which really requires a new language as the concept count is too large. Someone on the WPF team should have done a concept count with MVVM.