Skip to content
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

determine const type dynamically, remove capitalization requirement. #2404

Closed
EdSaleh opened this issue Apr 17, 2018 · 1 comment
Closed
Labels
T-lang Relevant to the language team, which will review and decide on the RFC.

Comments

@EdSaleh
Copy link

EdSaleh commented Apr 17, 2018

Hi,

I like the dynamic approach used in rust where types are determined dynamically, with the option to specify variable type if desired. I think applying that to const keyword to enable dynamic type determination would be great as well. I would be great as well to cancel the the capitalization rule required for const keyword.

Thank You,

@EdSaleh EdSaleh changed the title determine const type dynamically determine const type dynamically, remove capitalization requirement. Apr 17, 2018
@EdSaleh EdSaleh closed this as completed Apr 17, 2018
@EdSaleh EdSaleh reopened this Apr 20, 2018
@Centril Centril added the T-lang Relevant to the language team, which will review and decide on the RFC. label Apr 20, 2018
@Centril
Copy link
Contributor

Centril commented Apr 20, 2018

Closing as duplicate of #1349.

@Centril Centril closed this as completed Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-lang Relevant to the language team, which will review and decide on the RFC.
Projects
None yet
Development

No branches or pull requests

2 participants