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

Support sets #7

Open
austinzheng opened this issue Nov 20, 2014 · 1 comment
Open

Support sets #7

austinzheng opened this issue Nov 20, 2014 · 1 comment
Assignees

Comments

@austinzheng
Copy link
Owner

Interpreter should support sets, as well as a set API. Sets should be definable using the literal syntax #{ item1 item2 }. This also involves making ConsValue fully hashable and equatable. Implementation will probably use NSSet, since Swift does not yet have a native set type or API.

@austinzheng austinzheng self-assigned this Nov 20, 2014
@austinzheng austinzheng changed the title Support sets [infra] Support sets Jan 15, 2015
@austinzheng austinzheng changed the title [infra] Support sets Support sets Jan 15, 2015
@austinzheng
Copy link
Owner Author

Swift 1.2 seems to have a native Set type, so this should hopefully go in later this year.

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

No branches or pull requests

1 participant