Could operands such as variable names be usefully inflected (probably agglutinatively[2] for simplicity's sake) to indicate type or other contextual constraints?
How about more extensive stacking[3] of operators (an existing example would be += that combines addition and assignment) the way some languages do verbs?
Could we use tenses[4] somehow to make parallel and concurrent programming easier?
Could articles[5] be used to do things like pass variables or instantiate objects?
Anyway, there seem to be opportunities to make programming languages more expressive by borrowing human language features rather than using ever more complex typographical conventions. What do you think?
[0] https://en.wikipedia.org/wiki/Isolating_language
[1] https://en.wikipedia.org/wiki/Inflection
[2] https://en.wikipedia.org/wiki/Agglutinative_language
[3] https://en.wikipedia.org/wiki/Serial_verb_construction
[4] https://en.wikipedia.org/wiki/Grammatical_tense
[5] https://en.wikipedia.org/wiki/Article_(grammar)