Skip to content

Instantly share code, notes, and snippets.

@stoned

stoned/foo.raku Secret

Last active February 12, 2020 06:42
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 stoned/66816a5c15b09340afab3f07263b7825 to your computer and use it in GitHub Desktop.
Save stoned/66816a5c15b09340afab3f07263b7825 to your computer and use it in GitHub Desktop.
my $rand = supply { emit (rand × 100).floor for ^∞ };
my $first-prime = $rand.first: &is-prime;
my $t = $first-prime.tap: &say;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment