Hacker News new | ask | show | jobs
by grandDesigns 3340 days ago
When they invented the COBOL compilers, the assembly language programmers were scared. "Now every business man can write their own code!".

Same when they invented the spreadsheet.

Same when they invented garbage collection.

Same with every new library, framework, "its just like legos"-invention.

Yes, they make it easier. But, the world then demands more software.

Sofware begets software.

Without compilers, there would be many many fewer programmers in the world.

Someday we might have the computer from the Enterprise. Then we can ask it "Give us the answer to the ultimate question about Life, the Universe, and Everything".

2 comments

That's the way I see it. Programmers have been automating themselves out of menial tasks since the first compiler, or possibly even before.

What is considered "menial" depends on the context of the problem needing to be solved and a mix of your personal experience.

The increase of hardware performance also helped allow software abstractions to the ridiculous levels you see. That's what also makes it possible for computers to solve a greater array of business problems.

Engineers making tools that are used for making other tools, that are tools for other tools for other tools that eventually helped make someone's wedding photography site on Wix.

42