I know perfectly well that Python can handle unicode strings. But I want the interpreter to understand them so that I dont have to type
lambda=1.54
but
λ=1.54
(apart from the fact that ‘lambda’ is reserved)
Is this ever going to happen (or is there a way to enable this)? Are there reasons against this?
Python3: