Skip to content

Instantly share code, notes, and snippets.

@colomon
Last active August 29, 2015 13:57
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 colomon/9550146 to your computer and use it in GitHub Desktop.
Save colomon/9550146 to your computer and use it in GitHub Desktop.
my @a := 1, -> $x { $x + 2, $x + 2 } ... *;
my @b := 2, 2, -> $x { $x + 2, $x + 2 } ... *;
my @pi := [\*] @b Z/ @a;
say @pi[1000] * 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment