Seriously, how hard is it for the developers of the world to come up with a language that is elegant and fast?
- Ruby is very elegant but dog slow compared to C\C++
- Java and C# compile into bytecode/IL
- C is insanely fast but lacks all the OOP beauty
- C++ (used to be my favorite) but unfortuantely it's bloated with ugly C-backward-compatible-features plus a myriad of other problems..
The D programming language looks promising, but the language just came out a year ago (may be)? Why hasn't been there any other candidates? is it really that hard to create a language with such features?
