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

Feature Request: Give explicit examples of using for:for #483

Open
jgarte opened this issue Jan 29, 2023 · 0 comments
Open

Feature Request: Give explicit examples of using for:for #483

jgarte opened this issue Jan 29, 2023 · 0 comments

Comments

@jgarte
Copy link
Collaborator

jgarte commented Jan 29, 2023

It has the other advantage of having one construct that works for all data structures (lists, vectors, hash-tables…): in doubt, just use for… over:

Let's give some explicit examples of using for:for and not this:

(for:for ((x over <your data structure>))
   (print …))

The above is not as friendly for new users who are not yet familiar with the syntax for common data structures and might even be confusing with a non standard syntax of <your data structure>. Let's make it friendlier.

WDYT

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

2 participants