|
|
|
|
|
by tapostrophemo
6003 days ago
|
|
"Code [is] written to be executed by a computer." Maybe. It also is to express the author's understanding, description and specification of the problem domain and problem solution to other humans. After all, most code will be compiled. The compiled output is what the computer executes, and there can be many high-level input languages that (theoretically) compile to the same machine code. |
|