Earlier quoted context omitted.
Yeah, I'd like to see more languages using unicode identifiers. Seems to be a very unpopular approach, though :(
Haskell can do it: there's a library with common Unicode operators[1] (including ∘ for function composition) and an extension allowing you to use Unicode syntax [2] (things like → in place of ->). I've seen these things used, but they're not super common. People still worry about not being able to input Unicode symbols in their editor! I personally think this is absurd in this day and age. Naturally, it's very easy t…
EDIT: How many people still have trouble with Unicode input? Should I publish my XCompose solution?