-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for /= vs != #125
Comments
Isn't |
In most languages, yes /= is "divide and assign", but in some its "not equal to". IE Haskell, which already has great Fira support. |
Right, but that means that in those languages, a |
I'm not sure what options are really possible. But one I know for sure, would be to release an alternative version of Fira with ligature configurations relative to the meaning of some languages. There are actually several languages that use |
The /= ligature is ambiguous about its purpose and distinguishes it from !=. Let's keep it that way. |
Indeed, ambiguity must be avoided at all costs. I think in C A similar case could be made for |
If the But hey, most of us just want things to be pretty and semantic. Is there no way to make this configurable that F# writers can have |
If it does, no-one has yet raised an issue about it. Having a FiraCode with different versions for different languages would of course be ideal, but that also sounds like a lot of work! |
Is it really? Is it hard to make alternative builds? The glyphs already exist. Can't this be done with just config (some manifest from glyphs to utf8 or something)? |
It might be easier than I think. Maybe try your hand at it and open a PR? |
Fair enough, if I can do the work. Would you mind pointing me in the right direction? How is fira built? What tooks will I need? |
Fira is built with Glyphs 2 app. I’m working on stylistic sets for next On Fri, Feb 19, 2016 at 11:44 AM Tom Byrer [email protected] wrote:
|
Well shut my mouth can call me a series of mildly derogatory names. Thats great news! I'm going to close this issue, since the desired behavior is already on the roadmap! |
Any progress on this? |
Use curl since unyank is removed in newer Rubygems versions
So in Fira Code
!=
gets you the not equals ligature, but in many of my favorite languages/=
means not equals. And while there is a nice ligature for/=
, it would be nice to get the not equals ligature for/=
.The text was updated successfully, but these errors were encountered: