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

RFC: make [] synonyms for () as in many Schemes #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JeffBezanson
Copy link
Owner

This is an approach to #30 that I feel would be best, as it follows standards that are pretty well established at this point.

  • [] are the same as () (but have to nest correctly of course)

  • vector syntax is now only #()

  • make {} invalid characters to reserve them for future use

vector syntax is now only `#()`

make `{}` invalid characters to reserve them for future use

this implements an approach to issue #30
@JeffBezanson JeffBezanson changed the title make [] synonyms for () as in many Schemes RFC: make [] synonyms for () as in many Schemes Nov 16, 2016
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

Successfully merging this pull request may close these issues.

1 participant