You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: