|
|
|
|
|
by DaveInTucson
2556 days ago
|
|
I thought one of the basic lessons we learned from the last 70 years of programming language design is that it's a bad idea to make semantics depend on lexical structure. I'm really surprised people like Rob Pike and Ken Thompson would design a language where the visibility of an identifier depends on the case of its identifier. |
|
I would not be surprised if specifically the Google C++ style guide influenced this decision.