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

std/misc/vector #985

Closed
fare opened this issue Oct 6, 2023 · 3 comments
Closed

std/misc/vector #985

fare opened this issue Oct 6, 2023 · 3 comments
Assignees

Comments

@fare
Copy link
Collaborator

fare commented Oct 6, 2023

Create a :std/misc/vector, with:

  • variants of the vector-for-each, vector-map, vector-map!, vector-fold, vector-fold-right, and vector-count that behave like SRFI-43, but with different names that do NOT clash with R7RS and SRFI-133.
  • import and adapt most of the code from gerbil-utils' :clan/vector.
  • optionally, extra optimizations.
  • documentation and tests
@fare
Copy link
Collaborator Author

fare commented Oct 6, 2023

Suggestion: vector-for-each/index (or maybe vector-for-each-indexed or vector-for-each-with-index.

@fare fare self-assigned this Oct 6, 2023
@fare fare added this to the Gerbil v0.19: Benko milestone Oct 6, 2023
@vyzo
Copy link
Collaborator

vyzo commented Oct 6, 2023

Let's consistently /index suffix.

@fare
Copy link
Collaborator Author

fare commented Nov 27, 2023

Fixed by #1046

@fare fare closed this as completed Nov 27, 2023
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

No branches or pull requests

2 participants