That is not a step toward simpler code. Under that proposal, people looking at your code will have to look up definitions of basic things that ought to be keywords---like "interface"---in order to reason about the code.
> Under that proposal, people looking at your code will have to look up definitions of basic things that ought to be keywords---like "interface"---in order to reason about the code.
That's a good thing: now you can refer to 20 lines of code instead of 15 pages of standardese to understand what happens.
I can learn the 15 pages of standardese and it'll apply uniformly to every program. The 20 lines will contain some subtle surprise at the worst possible time.
That's a good thing: now you can refer to 20 lines of code instead of 15 pages of standardese to understand what happens.