While we certainly could use whitespace as an operator using modern technology, why would you want to do that? How would it help? I find even Python’s significant indentation to be confusing. While I love the idea of using whitespace for consistent formatting, making it mandatory seems like the path to confusing compiler errors.
While we certainly could use whitespace as an operator using modern technology, why would you want to do that? How would it help? I find even Python’s significant indentation to be confusing. While I love the idea of using whitespace for consistent formatting, making it mandatory seems like the path to confusing compiler errors.
I'm thinking whitespace between identifiers, Hello World instead of HelloWorld.