Also regarding language design, C.Hoare on language safety, with am indirect jab to C, in his 1980's Turing Award speech.<p>"Many years later we asked our customers whether they wished
us to provide an option to switch off these checks in the interests of efficiency on production runs. Unanimously, they urged us not to--they already knew how frequently subscript errors occur on production runs where failure to detect them could be disastrous. I note with fear and horror that even in 1980, language designers and users have not learned this lesson. In any respectable branch of engineering, failure to observe such elementary precautions
would have long been against the law."<p>=> I note with fear and horror that even in 1980, language designers and users have not learned this lesson.
Preface to the paper:<p>"<i>This paper must clearly be read in the context of its date of composition (1973). The relative weight of comment on debugging and reasoning about programs clearly changed as a result of his own later research. Also, a richer notion of types would be appropriate today. But the sound advice in this paper transcends any minor aspects in which it might be considered to be out of date.</i>"<p>Discussed in the paper:<p>- Simplicity<p>- Security<p>- Fast translation<p>- Efficient object code<p>- Readability<p>- Comment conventions<p>- Syntax<p>- Arithmetic expressions<p>- Program structures<p>- Variables<p>- Block structure<p>- Procedures and parameters<p>- Types<p>- Language-feature design