新言語Swiftでは、C++のようにカスタムのオペレータを定義できます。
このオペレータには、Unicodeの文字が使えるとのこと!
下記のツイートのような感じで使えるらしいです。
Undocumented feature of Swift: using math symbols in custom operators, e.g.:
let r = ¬(a ∧ b)
More examples here:https://t.co/GjNJ8H2Iov
— Mattt Thompson (@mattt) July 9, 2014
let r = ¬(a ∧ b)
詳しい例はこちら: