|
|
|
|
|
by zozbot234
26 days ago
|
|
Programming has been successfully automated though. Programmers used to write programs line-by-line in raw binary code or assembly mnemonics, now they just write high-level formal code in languages like C++ or Rust and the computer spends much of its working time processing those lexer and parser 'tokens' and translating the whole thing into assembly and binary code. It all works quite well. |
|
- programmers spend time in meetings discussing requirements
- programmers spend time thinking how to improve performance and reliability
- programmers spend time tracking down issues in existing code
- programmers write binary/assembler code
Now:
- programmers spend time in meetings discussing requirements
- programmers spend time thinking how to improve performance and reliability
- programmers spend time tracking down issues in existing code
- programmers write C++/Rust code
Pray tell, where do you see the “programming has been successfully automated” part?