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

Lazy sequence operations #138

Conversation

lilactown
Copy link
Collaborator

Please answer the following questions and leave the below in as part of your PR.

  • This PR corresponds to an issue with a clear problem statement: #issue-number (mention the issue number in the previous link and remove this text)
  • This PR provides tests for code additions and changes
  • This PR does not contain bonus changes, i.e. changes not discussed in the linked issue. For those, please submit a new issue + PR.

After submitting this PR, please do not force-push your branch as this makes
collaboration easier. Push as many new commits to your branch, they will be
squashed upon merge.

@borkdude
Copy link
Member

@lilactown Looks awesome!

I committed some improvements to prn here that make it behave like this:

 $ ./node_cli.js -e '(prn (take 2 (repeat :foo)))'
["foo","foo"]

@borkdude
Copy link
Member

@lilactown I moved the base branch of this PR to my updated branch pushed in this repo.

@borkdude borkdude changed the base branch from main to lilactown-lilactown/lazy-seqs August 27, 2022 10:52
@borkdude
Copy link
Member

Also made range lazy now.

@borkdude
Copy link
Member

Fixed test

@borkdude borkdude deleted the branch squint-cljs:lilactown-lilactown/lazy-seqs August 27, 2022 10:58
@borkdude borkdude closed this Aug 27, 2022
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