|
|
|
|
|
by n4r9
14 days ago
|
|
Yes and no. I think it's perfectly legitimate for someone to enjoy coding in assembly but not Python. And if someone comes over and talks about how much faster they can build things in C, it's fair enough for them to question whether that person had enjoyed writing assembly in the first place. Aside: there's a clip on YouTube of Linus responding to someone asking if he'd consider using other languages for Linux. His response is that he likes to be close to the metal, and he likes C because you can look at C code and know well enough what the compiled assembly code will look like. You can't really say that with LLMs. You can understand C and you can understand the prompt for building a program in C which will achieve xyz. But you can't actually know what the output of the prompt will look like. |
|