Skip to content

Instantly share code, notes, and snippets.

@dwarring
Created April 1, 2014 18:26
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 dwarring/9920038 to your computer and use it in GitHub Desktop.
Save dwarring/9920038 to your computer and use it in GitHub Desktop.
use Test;
my $p1000 = start {
(1..Inf).grep(*.is-prime)[999]
}
is $p1000.result, 7919, 'simple promise';
# not exiting on jvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment