+ 13
Reinventing code??
Majority of people say coding is hard. (This is a subject for another day). Why hasn't someone reinvented code to make it simpler for everyone else??
3 Answers
0
Like another layer on top of high-level programming? Very interesting thought.
0
the code is based on hardware which based on physics
if you make a new physics discovery or advancement then you can create new computer hardware, and when that happens you will have to reinvent code
this is exactly what happened with quantum computing
the reason for this is that processors are made up basic buildimg blocks like transistors, registers, logic gates etc...code is based off of these basic components. you can build up, but you can't build down. that is why everyone is building libraries and frameworks. there also some efforts to create new languages, but the advantages are very suttle because in most languages you can do the same things depending if your language is low level or high level
0
you ask good questions