Quote Originally Posted by dilettante View Post
There is also the performance hit and erratic operation you risk from languages that are a mix of interpreted and JITted code at runtime.
This is what I was talking about when I said the VB6 camp make misleading claims. There is NEVER any kind of interpretation by the CLR. All executing code is native code compiled by the JIT. Can you cite a source for your claim ?