+ 2
Which is the most fastest executing programming language ?
3 Answers
+ 7
Assembly.
You can't program in machine code. But you can have a language which is very close to it. Like assembly.
+ 3
machine language :-)
+ 2
If a programming language is compiled to machine code then the question is not which is the fastest programming language but which is the best compiler, which can optimize the generated machine code the best.