Hacker News new | ask | show | jobs
by setpatchaddress 1644 days ago
Not familiar with Raku, but that grep call seems like it would be quite a bit slower than the Ruby equivalent at runtime if it’s anything like a normal grep. Is there some magic there that would make that not so?

Edit: clarity

1 comments

“grep” is how raku spells what is elsewhere called “filter” or “where”.