Function frequency
Here we just examine the ast of the Raku compiler (which is written in Raku) to look for function calls.
Here we run it on the strand sort RC entry. Note how Raku considers various operators to really be function calls underneath.
Last updated