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

More than one but less than k usages #50

Open
davidweichiang opened this issue Apr 13, 2022 · 1 comment
Open

More than one but less than k usages #50

davidweichiang opened this issue Apr 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request research Research topic

Comments

@davidweichiang
Copy link
Contributor

Maybe a can of worms but can the affine-to-linear transform be extended to k usages?

For example, in the coin pattern example, one might naturally want to generate a list of coin flips, and then for each suffix of the list, examine the top three elements. But this would result in touching each element of the list 3 times.

@davidweichiang davidweichiang added research Research topic enhancement New feature or request labels Aug 15, 2022
@davidweichiang
Copy link
Contributor Author

Q: If we implemented this, would that really enable a more natural implementation of pattern*.ppl?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request research Research topic
Projects
None yet
Development

No branches or pull requests

2 participants