Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Unicode variants of operators shouldn't be an 'implemenation option'? #383

Closed
moon-chilled opened this issue Jun 6, 2019 · 1 comment
Closed

Comments

@moon-chilled
Copy link

moon-chilled commented Jun 6, 2019

The spec says:

Implementation option: A compiler may allow the following character sequences as aliases for other operators, punctuation, and keywords:
'≠' (U+2260) alias for '!='
'≤' (U+2260) alias for '<='
'≥' (U+2260) alias for '>='
'∈' (U+2260) alias for 'in'
'∉' (U+2260) alias for 'notin'

Obviously certain things should be implementation-defined, but imo unicode operators don't make sense as such; implementation-defined only really makes sense for things that vary across platforms. Personally, I would remove them entirely, but either way they I think they should either be there, or not.

@gingerBill
Copy link
Member

This just added because I could rather than it be actually a good thing. It is subject to be removed.

@odin-lang odin-lang locked and limited conversation to collaborators May 12, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

3 participants