Raku Programming/Advanced Subroutines

Advanced Subroutines edit

We talked about subroutines and code references earlier, but there is a lot more material to cover with these issues then we had room for in that chapter. Now we're going to cover some of the more advanced features of subroutines and code references.

Code objects edit

Blocks as Parameters edit

Currying edit

Signature Objects edit