Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@moffintosh That's an incredible amount of complexity and attack surface, resulting it being impossible to write a non-trivial, secure program in that language.
I don't really get the allure of static linking 1000 libraries, all full of vulnerabilities mainly due to the complexity of the language.
Objects were a mistake and are incredibly slow (the CPU intel made with hardware accelerated OOP was very slow) - you either want a field of x bytes, a pointer or a struct, although synthetic sugar around the former are nice.