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

Add atom syntax #457

Open
cloudRoutine opened this issue Oct 12, 2016 · 0 comments
Open

Add atom syntax #457

cloudRoutine opened this issue Oct 12, 2016 · 0 comments

Comments

@cloudRoutine
Copy link
Owner

Idea 8556646: Add atom syntax

Status : open
Submitted by mikero on 6/26/2015 12:00:00 AM
4 votes

Add a syntax for atoms a.k.a. keywords a.k.a. self-evaluating symbols.
:foo (or 'foo, or #foo - whichever causes the least problems)
Where foo otherwise follows the rules for an identifier, is simply turned into "foo" at compile time. (It would also be nice of '-' were also added to the list of allowable characters for the atom.)
E.g.:
("fido", :is-a, :pet) is of type string_string_string

Archived Uservoice Comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant