Hi,
I know the python community is not very receptive towards extending the
python syntax. Nevertheless I'd like to make a suggestion and hear your pro
and cons.
I want so suggest a concatenation operator like in mathematics: °
such that:
a(b(c(d))) <=> a°b°c(d)
Now, why do you think such an extension would be completely useless? ;)
Ciao
Uwe
I know the python community is not very receptive towards extending the
python syntax. Nevertheless I'd like to make a suggestion and hear your pro
and cons.
I want so suggest a concatenation operator like in mathematics: °
such that:
a(b(c(d))) <=> a°b°c(d)
Now, why do you think such an extension would be completely useless? ;)
Ciao
Uwe
Comment