Skip to content

Instantly share code, notes, and snippets.

@rugyoga
Last active July 20, 2022 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rugyoga/45db0aa6401006cc083ebc534f24c7b0 to your computer and use it in GitHub Desktop.
Save rugyoga/45db0aa6401006cc083ebc534f24c7b0 to your computer and use it in GitHub Desktop.
A Stream of natural numbers
Stream.iterate(0, fn x -> x + 1 end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment