Firacode: Ligature request: Compound assignment operators

Created on 17 May 2018  Â·  4Comments  Â·  Source: tonsky/FiraCode

Support for all compound assignment operators would be nice.

For Python those are:

+=   # Addition
-=   # Subtraction
*=   # Multiplication
**=  # Power
/=   # Division
//=  # Integer division
%=   # Modulo
|=   # Or
^=   # Xor
&=   # And
<<=  # Left shift
>>=  # Right shift
@=   # Matrix multiplication (only used in third party packages)

Most helpful comment

Thanks for assembling the list! The problem with most of these is that it’s hard to figure out a good visual representation that makes sense, does not obscure original characters too much and is valuable enough.

I believe we already have /= ^=, <<=, >>= and |=

All 4 comments

Thanks for assembling the list! The problem with most of these is that it’s hard to figure out a good visual representation that makes sense, does not obscure original characters too much and is valuable enough.

I believe we already have /= ^=, <<=, >>= and |=

Block diagram?
image
where op is an operator, such as:
image
or
image
... only not ugly / lame.

heh, thinking out of the box :)

On Fri, May 18, 2018, 21:20 Bourbakis Student, Ph.D., CFA <
[email protected]> wrote:

Block diagram?
[image: image]
https://user-images.githubusercontent.com/19792522/40246140-81c614ba-5a7c-11e8-9bfb-7e4da9133c7f.png
where op is an operator, such as:
[image: image]
https://user-images.githubusercontent.com/19792522/40246149-882cb7e6-5a7c-11e8-825b-451c8d069864.png
or
[image: image]
https://user-images.githubusercontent.com/19792522/40246154-8e26b11a-5a7c-11e8-9fa0-a9874fa26aad.png
... only not ugly / lame.

—
You are receiving this because you commented.

Reply to this email directly, view it on GitHub
https://github.com/tonsky/FiraCode/issues/598#issuecomment-390258842,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AARabByafyEdZYQ7UnwfjbWPJqUhU9Brks5tzvS0gaJpZM4UC41Z
.

Or plagiarizing my old digital filters textbooks. Wrong-ly i might add, now that I look at it.
image
But that is literally the system diagram for what the operation does. Except the bottom line would be curvy and the diagram would be proportioned and laid out with a better trained eye.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aryairani picture aryairani  Â·  3Comments

iyzana picture iyzana  Â·  3Comments

ghivert picture ghivert  Â·  4Comments

alis0nc picture alis0nc  Â·  3Comments

Gang-Yang picture Gang-Yang  Â·  3Comments