-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add RFC for shorter vector constructor #75
base: master
Are you sure you want to change the base?
Add RFC for shorter vector constructor #75
Conversation
After a long think I decided to propose the deprecation and eventual removal of |
Personally I would like to see special syntax for creating vectors, such as |
I don't think we will be adopting this. In a way, this RFC was already rejected in the discussion of that RFC. |
I read through the previous discussions again and I guess the main reason for choosing |
I don't think this accurately conveys what actually happened with the syntax for vector creation. We talked about a whole bunch of them:
I feel a strong urge to mention that I never liked the last two, but I digress. The reason why we split out the vector creation shorthand from the RFC was to allow it to go through, and then let someone talk about the shorthand separately if they're annoyed by So I don't think it's fair to automatically reject this RFC. |
I did not mean to reject it automatically, I reject it based on what is proposed. |
Also want to mention |
Add RFC for replacing the current vector constructor (vector.create) with a less verbose version (vector).
Rendered