.Net code is crazy slow compared to natively compiled code. To be perfectly honest, I love the hell out of C#. That is, the language C#, and not the runtime environments that are currently available. The runtimes (both w…
Now here is a spiffy little language/abstraction. Like D, it translates into C code, then compiles to the native platform. It uses reference counting, much like Python, for handling memory (though it doesn't track pointe…