top | item 46933900

(no title)

arrowsmith | 21 days ago

> Were there similar gnashing of the teeth and wails of despair when compilers were first introduced?

Yes, at least according to ChatGPT:

"Compilers didn’t arrive to universal applause; they arrived into a world where a chunk of programmers absolutely believed the machine could not be trusted to write “real” code—until the productivity wins (and eventually the performance) became undeniable."

Damn that sounds familiar.

discuss

order

falloutx|21 days ago

compiler is deterministic, coding models are not. compilers have been unit tested and will generate same output for a given input. They are not the same things.