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

Chain from iter #4

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Chain from iter #4

merged 2 commits into from
Jul 12, 2024

Conversation

anlsh
Copy link
Owner

@anlsh anlsh commented Jul 12, 2024

No description provided.

anlsh added 2 commits July 11, 2024 23:33
…icl:apply #'picl:chain ...)
when I initially wrote picl: but that doesn't work at all when there are
infinitely many elements of iterable-of-iterables
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is up to date with 'origin/master'.
#
# Changes to be committed:
#	modified: src/itertools.lisp
#
# Changes not staged for commit:
#	modified: src/package.lisp
#	modified: tests/test-itertools.lisp
#
I think I thought that there was no need for this, as
(picl:apply #'picl:chain x) is conceptually equivalent: but that
doesn't work at all when x has infinitely many elements
@anlsh anlsh merged commit 238d9bd into master Jul 12, 2024
2 checks passed
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