Firacode: Remove/change ~= ?

Created on 19 Mar 2017  Â·  8Comments  Â·  Source: tonsky/FiraCode

FiraCode renders the ~= ligature like asymptotically equal to (U+2243: ≃).

In lua and MATLAB, ~= is not equal to.
Historical context: I believe ~ was chosen as it is the closest ascii character to the not sign (U+00AC: ¬)

conflict stylistic sets

Most helpful comment

Now that stylistic sets are supported, it'd be great to see this as a stylistic set!

All 8 comments

I wondered if this change would affect the Perl/Ruby regex match operator, but that’s =~, not ~=.

Is there any language where ~= means ≃?

Which way the duplicate goes? Is this duplicate of #293 or vice versa?

No; that’s about =~ and this is about ~=.

Also Dylan, Smalltalk, and BCPL use ~= to mean not equal to. Perl 6 uses =~= for the approx-equal operator.

bump, should someone send a PR removing it?

I’ll remove it from the next release

Now that stylistic sets are supported, it'd be great to see this as a stylistic set!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

magnus-madsen picture magnus-madsen  Â·  3Comments

Gang-Yang picture Gang-Yang  Â·  3Comments

whatisaphone picture whatisaphone  Â·  3Comments

blucell picture blucell  Â·  4Comments

Jhonyrod picture Jhonyrod  Â·  4Comments