Compiler Sizes
Have you ever wondered how big a (compiled) compiler is?
csc.exe --> 70.556 bytes (C#)
jsc.exe --> 40.960 bytes (JavaScript)
vjc.exe --> 13.496 bytes (J#)
And, guess what?
vbc.exe --> 1.157.120 bytes (VB.NET)
VB guys have a lot more! (on compiler size, nothing else)