Hacker News new | ask | show | jobs
by coldtea 3335 days ago
>I don't want != changed to ≠ because ≠ isn't a C++ operator.

A colored != is not a C++ operator either. It's about getting our minds to differentiate symbols faster, not about whether they exist as is in some language's syntax.

1 comments

Indeed, I program with syntax coloring disabled for this reason.
Then maybe program directly in C++ AST. != will be converted to that too.