Skip to content

Draft 4 #2

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

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft

Draft 4 #2

wants to merge 19 commits into from

Conversation

dpk
Copy link
Contributor

@dpk dpk commented Aug 2, 2025

  • Add examples
  • Specify error conditions
  • Add R6RS library name hash-tables
  • Add hash-table-add! and hash-table-replace!
  • Add hash-table-cursor-for-key and hash-table-cursor-value-set!
  • Remove hash-table-entries, hash-table-keys, hash-table-values, hash-table-entry-vectors, hash-table-key-vector, hash-table-value-vector for being useless, and trivially implementable in terms of hash table cursors if anyone does need them
  • General editorial and structural improvements
  • Include sample implementation in the repository

@johnwcowan, please let me know what you think!

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