What is technically more advanced: Python or Assembler? [closed]
- by el ka es
I wondered which of these languages is more powerful.
With powerful I don't mean the readability, assembler would be naturally the winner here, but something resulting from, for example, the following factors:
Which of them is more high-level? (Both aren't really but one has to be more)
Who would be the possibly fastest in compiled state? (There is no Python compiler out there as far as I know but it wouldn't be hard writing one I suppose)
Which of the both has the better code length/code action ratio? What I mean is
If you get to distracted by the, compared to Python, improved readability of assembler, just think of writing plain binary/machine code as what assembler assembles to.
Both languages are so basic that it should be possible to answer the question(s) in a rather objective view, I hope.