Perhaps I will be the only one to say Digital Mars D.
It's like C++, but with all the frustrations removed, and lessons from C# and Java, but only the good lessons. And it compiles to byte code.
I've written a number of programs in it for my personal projects. And I've whipped them up so quickly I was scared about them. But it turned out they had hardly any bugs.
Walter Bright, the man behind the architecture of the language, wanted a language as powerful and performant as c, with object orientation, and was trivial to write compilers for. To me it seems he really succeeded. The Gnu D compiler was written very quickly, and is feature complete. Yet the code I can write feels in no way constrained relative to eg. c++, and people are still writing buggy compilers for that.