Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 16, 2016 22:21
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 Whateverable/75c2986173dc8779cc65f98bf2292d8b to your computer and use it in GitHub Desktop.
Save Whateverable/75c2986173dc8779cc65f98bf2292d8b to your computer and use it in GitHub Desktop.
committable6
all my $xs = map({ $_² }, (1…Inf)); say $xs.grep({last if $_ > 100; True})[^100]
¦«2014.01,2014.02,2014.03.01,2014.04,2014.05,2014.06,2014.07,2014.08,2014.09,2014.10,2014.11,2014.12»: ===SORRY!=== Error while compiling /tmp/vp9HAEy7Pw
Two terms in a row
at /tmp/vp9HAEy7Pw:1
------> my $xs = map({ $_⏏² }, (1…Inf)); say $xs.grep({last if $_
expecting any of:
postfix
infix stopper
infix or meta-infix
statement end
statement modifier
statement modifier loop «exit code = 1»
¦«2015.01.1,2015.02,2015.03»: ===SORRY!=== Error while compiling /tmp/vp9HAEy7Pw
Two terms in a row
at /tmp/vp9HAEy7Pw:1
------> my $xs = map({ $_⏏² }, (1…Inf)); say $xs.grep({last if $_
expecting any of:
infix stopper
infix or meta-infix
statement end
statement modifier
statement modifier loop «exit code = 1»
¦«2015.04»: ===SORRY!=== Error while compiling /tmp/vp9HAEy7Pw
Two terms in a row
at /tmp/vp9HAEy7Pw:1
------> my $xs = map({ $_⏏² }, (1…Inf)); say $xs.grep({last if $_
expecting any of:
infix
infix stopper
statement end
statement modifier
statement modifier loop «exit code = 1»
¦«2015.05,2015.06,2015.07.2,2015.09,2015.10,2015.11»: ===SORRY!=== Error while compiling /tmp/vp9HAEy7Pw
Bogus postfix
at /tmp/vp9HAEy7Pw:1
------> my $xs = map({ $_⏏² }, (1…Inf)); say $xs.grep({last if $_
expecting any of:
infix
infix stopper
statement end
statement modifier
statement modifier loop «exit code = 1»
¦«2015.12,2016.02»: (1 4 9 16 25 36 49 64 81 100 Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil)
¦«2016.03,2016.04,2016.05,2016.06,2016.07.1,2016.08.1,2016.09,2016.10,2016.11,HEAD»: (1 4 9 16 25 36 49 64 81 100 121 144 169 196 225 256 289 324 361 400 441 484 529 576 625 676 729 784 841 900 961 1024 1089 1156 1225 1296 1369 1444 1521 1600 1681 1764 1849 1936 2025 2116 2209 2304 2401 2500 2601 2704 2809 2916 3025 3136 3249 3364 3481 3600 3721 3844 3969 4096 4225 4356 4489 4624 4761 4900 5041 5184 5329 5476 5625 5776 5929 6084 6241 6400 6561 6724 6889 7056 7225 7396 7569 7744 7921 8100 8281 8464 8649 8836 9025 9216 9409 9604 9801 10000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment