1
Ask HN: Does anybody else like the syntax of Algol 60?
I was reading the syntax of Algol 60, and I personally think that the syntax is very readable and easy to understand, and I am surprised that it isn't used as a template for new imperative programming languages in the same way the syntax of C is.
It also helps that most textbooks, when they need to describe an algorithm, use an Algol 60 kind of syntax as opposed to a C kind of syntax.