Hacker News new | ask | show | jobs
by pjmorris 2437 days ago
I know the piece well. Back when, my university used "Oh, Pascal!" to teach introductory programming to programmers. For worse reasons than Kernighan, I never liked that the length of an array was part of the type in Pascal, but, in retrospect, that might've saved a couple Trillion in buffer overflow problems.
1 comments

At the price of being fundamentally unable to deal with variable-length arrays? That seems like taking away a rather fundamental ability.