Necronic
Staff member
Except that they can't do it quickly or easily.
High level languages are amazing for their ability to produce code that is easy to read/write and is intrinsically secure (to a point), and to do so very very fast. They show a human/deployment-side efficiency.
Low level languages are amazing for their ability to get down into the guts of what's going on. They require a LOT of expertise to properly write and take a ton of time and effort to do so. They show a hardware/execution-side efficiency.
Saying that C/C++ can do everything a high level language is like saying that my Hinkel knives are superior to a chainsaw. Sure, the chainsaw would mangle a steak, and technically the Hinkel knife could cut down a tree. But is that mean that the Hinkel can do all the same stuff the Chainsaw can?
High level languages are amazing for their ability to produce code that is easy to read/write and is intrinsically secure (to a point), and to do so very very fast. They show a human/deployment-side efficiency.
Low level languages are amazing for their ability to get down into the guts of what's going on. They require a LOT of expertise to properly write and take a ton of time and effort to do so. They show a hardware/execution-side efficiency.
Saying that C/C++ can do everything a high level language is like saying that my Hinkel knives are superior to a chainsaw. Sure, the chainsaw would mangle a steak, and technically the Hinkel knife could cut down a tree. But is that mean that the Hinkel can do all the same stuff the Chainsaw can?