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

for loop expression can now have generated iterator's called #21627

Merged
merged 1 commit into from
Apr 8, 2023

Conversation

beef331
Copy link
Collaborator

@beef331 beef331 commented Apr 7, 2023

A simple change that allows iterable be a bit more composable making iterator utilities much more pluggable. It might be a questionable change.

@Araq Araq merged commit 686c75c into nim-lang:devel Apr 8, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2023

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 686c75c

Hint: mm: orc; opt: speed; options: -d:release
166539 lines; 8.770s; 612.703MiB peakmem

narimiran pushed a commit that referenced this pull request Apr 26, 2023
)

A for expression now can have a generated iterator, allowing for more composable iterables

(cherry picked from commit 686c75c)
capocasa pushed a commit to capocasa/Nim that referenced this pull request May 15, 2023
…-lang#21627)

A for expression now can have a generated iterator, allowing for more composable iterables
capocasa pushed a commit to capocasa/Nim that referenced this pull request May 16, 2023
…-lang#21627)

A for expression now can have a generated iterator, allowing for more composable iterables
bung87 pushed a commit to bung87/Nim that referenced this pull request Jul 29, 2023
…-lang#21627)

A for expression now can have a generated iterator, allowing for more composable iterables
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.

2 participants