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 use . . . → Read More: Unicode vs. Programming Languages

haxe

Ok, here is something interesting. I was browsing looking for something related to flash/actionscript programming and ways of client-server interaction (remoting). After an hour or so, I found something called “haXe“…

haXe is a “web oriented universal language”, which means, that you can write all the front-end and back-end stuff in haXe, and compile it to the . . . → Read More: haxe