Thanks much! I'll note that for improvements. Any unicode symbol
(that is not a number) should be allowed as an identifier.
To quote a great Spaniard:
“You keep using that word, I do not think it means what you
think it means.â€
Do you think that the ability to write this would be an improvement?
import ⌺
⌚ = ⌺.╩░
⑥ = 5*⌺.⋨⋩
â¹ = â‘¥ - 1
â™…âš•âš› = [⌺.✱✳**⌺.â‡*â¹{â ª|⌚.∣} for â ª in ⌺.⣚]
⌺.˘˜¨´՛՜(♅⚕⚛)
Of course, it's not even necessary to be that exotic. "Any unicode symbol
that is not a number"... that means things like these:
x+y
spam.eggs
cheese["toast"]
would count as identifiers, which could lead to a little bit of parsing
ambiguity... *wink*
There are languages that can allow arbitrary symbols as identifiers, like
Lisp and Forth. You will note that they have a certain reputation for
being, um, different, and although both went through periods of
considerable popularity, both have faded in popularity since. While they
have their strengths, and their defenders, nobody argues that they are
readily accessible to the average programmer.