A while back I wrote Raku: a Language for Gremlins about my first experiences with the language. After three more months of using it I've found that it's...
I'm not sure why that's surprising. Raku started out as Perl 6. Perl was designed primarily for use in a shell environment. Convenience features like the arguments to MAIN bit are in line with Perl philosophy.
Agreed. I didn't know about these features - I've never written any Perl before - and I do find them kinda interesting and cool. But not really surprising.
A less clickbaity title might be "Exploring Raku's built-in shortcuts for CLIs" or something. Still 6 words. And I still would have clicked and enjoyed the article! Really appreciated its positive tone and clear examples!
Oh, I've got no complaints about the article or even its title. Few people learn Perl or Raku these days so it would be surprising for most people.
I thought it was interesting myself - Perl's my go-to scripting language but I never used Raku. I might consider it next time I have a non-trivial scripting project.