Edit: After asking this question in the worst way possible (and getting it closed) the answers have been great so thank-you. I think what was missed from my wording was not efficiency in terms of speed or size in computing: But loosing the mathematical, sequential, logical roots to higher level programming practice that takes for granted vast amounts of programming resources compared to other methods. It was more a question of the future programmers writing apps than current ones.
Thank you everyone who commented regardless of the question getting closed!
With all the virtual machines, managed-memory languages, and general babysitting of programmers by their tools ... are there too many abstractions and boundaries? To the detriment of programmer's mindset?
I just read that Microsoft is adding memcpy() to its deprecated API list too for security reasons (shouldn't the programmer know how to use these functions in a safe manner)
Seems to me that the skill level required to write good software is being replaced by layers of abstraction and cruft to stop programmers shooting themselves in the foot. At the expense of performance and understanding.
Does anyone envision a future of meta-programming where nobody writes code like today? Just UML->machine code or something equally as grim.
In 5 years time, will most programmers know what a Turing complete system is? Or what makes a problem NP-Complete?
Your thoughts.
