Except for C, Objective-C(++) and C++, all other programming languages, even systems programming ones do bounds checking.
And at least in C++, thanks to the STL or similar library there is the option to always enable bounds checking.
So even if the market didn't got hold of Algol, except for C and languages that offer copy-paste compatibility with it, all other ones do offer sane defaults in terms of security.
And at least in C++, thanks to the STL or similar library there is the option to always enable bounds checking.
So even if the market didn't got hold of Algol, except for C and languages that offer copy-paste compatibility with it, all other ones do offer sane defaults in terms of security.