Remix.run Logo
zozbot234 43 minutes 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.

rdedev 15 minutes ago | parent | next [-]

There is a wide chasm between writing code in python vs "write a star craft clone". And that is not where near writing python vs writing binary code.

To put in another way, we have been building abstractions to make things easier for us to code. With coding agents you don't even code in the first place. It almost feels like a logical fallacy to compare the two

gyomu 20 minutes ago | parent | prev [-]

Before:

- 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?