Hacker News new | ask | show | jobs
by spacemanaki 4856 days ago
Some languages do support Unicode for things like arrows and other mathematical symbols: http://wiki.portal.chalmers.se/agda/pmwiki.php?n=ReferenceMa...

Languages which support this (including Agda, I believe) usually support some fallback to ASCII, allowing you to type "->" instead of a Unicode arrow, because it's easier to type on the vast majority of keyboards.

Of course, APL also famously uses all kinds of symbolic nonsense.