Rakudo is a compiler for the Raku language Rakudo is built using NQP (Not Quite Perl), which in turn is targeting the Moar virtual machine. See https://raku.org for more information.
Rakudo is a compiler for the Raku language Rakudo is built using NQP (Not Quite Perl), which in turn is targeting the Moar virtual machine. See https://raku.org for more information.
To install rakudo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rakudo
To see what files were installed by rakudo, run:
port contents rakudo
To later upgrade rakudo, run:
sudo port selfupdate && sudo port upgrade rakudo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.