TooLoo is written in Raku , and uses the zef package manager for installation.
If you’ve already got Raku and zef
installed then just run:
zef install TooLoo
If you don’t have Raku installed then…
My recommendation is to use Homebrew to install Rakudo 1. Regardless of if you use Homebrew, or download from the main sit, you’ll want the Rakudo-Star This brings along a handful of other useful things, like our package manager: zef .
brew install rakudo-star
Now, go back and run the zef install
command above.
Rakudo is the Raku virtual machine. Just like there are many different Virtual Machine’s for Ruby, Raku can, potentially have many different implementations. ↩︎