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

Fix equality #32

Merged
merged 7 commits into from
Sep 18, 2021
Merged

Fix equality #32

merged 7 commits into from
Sep 18, 2021

Conversation

certainty
Copy link
Owner

This implements equality as specified by r7rs section 6.2.

It requires a change of the implementation for lists, vectors, strings and byte-vectors, because eq? and eqv? rely on the existence of place equality.

This required a different implementation of list, vector and byte-vector
This also removes the string interning mechanism for strings
for now. Only symbols are interned at this point.

We can revisit this later if the need arises.
@certainty certainty merged commit 9ab3eae into main Sep 18, 2021
@certainty certainty deleted the fix-equality branch September 18, 2021 17:16
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