Raku / examples

Many examples of Raku code
https://examples.raku.org/
Artistic License 2.0
294 stars 89 forks source link

Euler No. 149 #10

Closed shlomif closed 11 years ago

shlomif commented 11 years ago

I added a solution for Euler No. 149. Probably not the most idiomatic Perl 6 code. It runs very slowly on Rakudo, and much faster on Niecza. The Perl 5 version (here: https://bitbucket.org/shlomif/project-euler/src/4e8f95dee1328f9cf84593333fe377bdfd849960/project-euler/149?at=default ) is still faster.