The way to get rid of C & Sepples hegemony is through translators. Whenever you invent a new and much better language, you just invent a translator from C & Sepples to your new language. Then anyone will be able to completely replace their legacy shit-language code and C, C++, Java etc will quickly die off.
Name:
Anonymous2015-05-10 19:46
>>14 I would post, but my code is too identifying. So I can't share it. But to sum it up, in C you have pointers. And you can perform pointer arithmetic. Before you say pointer arithmetic doesn't have a practical value, you are wrong. It is useful for both efficiency and code reuse. You will have a very difficult time emulating pointer arithmetic in a ``safe'' language.