Hacker News new | ask | show | jobs
by noobermin 3744 days ago
Julia has support for unicode in the language (unicode identifiers, etc) and even has some operators/functions (they are the same thing in julia) aliased as their usual symbols, like "in" is aliased to "∈".

[0] http://docs.julialang.org/en/release-0.4/stdlib/collections/...