SRFI-42 and its use of ":" #206
jpellegrini
started this conversation in
Ideas
Replies: 1 comment
-
The custom around SRFIs is that implementers are allowed to add extra features as long as they don't conflict with anything specified in the SRFI. SRFI 42 doesn't say anything about keywords. If I'm not mistaken, this means we could implement it so that the keywords |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @egallesio !
SRFI 42 uses identifiers beginning with ":", which STkos treats as keywords, and not symbols.
What if we implement SRFI-42 with the following changes to STklos:
:x
would still be a keyword, and not allowed as variable name.The identifiers are:
Do you think it's worth it?
Beta Was this translation helpful? Give feedback.
All reactions