| ▲ | kibwen an hour ago | |
Please don't, inscrutable bitwise operators are an accident of the past even in systems languages, let alone in a scripting language. I'm not against infix operators for bitwise operations, just please spell them out with keywords rather than giving them sigils. Likewise, going from `and` and `or` to `&&` and `||` would be a dispiriting regression. This is something that Zig got right. | ||
| ▲ | gautamcgoel 34 minutes ago | parent | next [-] | |
Doesn't Zig also have bitwise operators? | ||
| ▲ | JSR_FDED an hour ago | parent | prev [-] | |
The btiwise operators library doesn’t go away | ||