Unicode vs. Programming Languages

I really-really want to see a programming language, which allows using proper unicode symbols for operators.
I mean:

× instead of *
→ instead of ->
← instead if <-
≠ instrad of !=
≤ and ≥ instead of <= and >=

This list can be continued more and more…
I perfectly understand the roots of current situation and I don’t ask to [...]

Everything you didn’t want to know about cookies

While working on my app-server code, I bumped into a need to parse (and produce) cookie-headers, so I went to look for some specs…
At first, there was Netscape and their first spec which wasn’t Y2K-compliant. Then, there was 1997 and the new spec: RFC2109 which fixed Y2K problem as well as couple of other minor [...]