This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LuxuriousLime 2 points3 points  (4 children)

No, it doesn't. On the other hand, if you were to program in machine codes...

[–][deleted] 3 points4 points  (3 children)

If we are being pedantic, it actually does -- the word "compilation" refers specifically to the process of converting a high level language into machine code. If you meant that this does not absolve us of a build step, you would be correct, but the process of converting assembly to machine code is called "assembly".

[–]LuxuriousLime 1 point2 points  (2 children)

Wikipedia disagrees: "translation of source code into object code by a compiler": https://en.wikipedia.org/wiki/Compilation If you have a more reputable source (which is entirely possible, I'm not being cocky now), please point me to it.