http://qs321.pair.com?node_id=11108727


in reply to Re: Inclusion of Raku on PerlMonks
in thread Inclusion of Raku on PerlMonks

Given that Perl is famous for using non-perl languages to solve some problems, be it with Inline::C, JavaScript::V8 or even Inline::Python, i don't see a problem with adding raku to the mix.

I'm guessing the same will happen with raku questions as is happening with most of the other questions not directly related to Perl. We'll solve to problem or point to somewhere more appropriate to solve that particular problem... while at the same time some monks are getting curious and start to come up with a pure-perl solution (or a way of packaging that foreign-language solution into a nice module for CPAN).

perl -e 'use MIME::Base64; print decode_base64("4pmsIE5ldmVyIGdvbm5hIGdpdmUgeW91IHVwCiAgTmV2ZXIgZ29ubmEgbGV0IHlvdSBkb3duLi4uIOKZqwo=");'