serial-programming.p6

Run Settings
LanguageRaku
Language Version
Run Command
my @nths = 4000 + (1 .. 4); my @primes = gather for @nths -> $n { take (1 .. *).grep(*.is-prime)[$n]; } .say for @primes;
Editor Settings
Theme
Key bindings
Full width
Lines