|
|
|
|
|
by Latty
3783 days ago
|
|
Scala allows using unicode arrows (→) in place of their ASCII version (->), but not things like '≠'. I'm currently using the Monoid font (https://larsenwork.com/monoid/), which uses ligatures to achieve the visual effect of things like the not equals symbol, while the underlying code remains the same. It's a pretty nice work-around for current languages. |
|