Comment its all machine language end of the day (Score 1) 90
as someone who wrote their first program in fortran, in 1976, i have seen languages come and go, and the birth of C, Java and Python. I have seen/heard thousands of debates about which is the 'better' language, and the pros and cons. i also wrote a lot of assembly language programs in Z80, 6502 and x86. there are the 'real' programs. i am always bemused when high level language developers have no idea of a cpu instruction set, and argue among themselves about the best language. i tell them that they will be really disappointed to learn that cpu's don't care a toss about your code, compilers translate everything into machine code, and the same team who would be horrified to use a GOTO statement or equivalent, end up writing code with a lot of cpu JMP instructions. just saying.