Raku Programming/Advanced Subroutines

Category:Book:Raku Programming#Advanced%20Subroutines%20

Advanced Subroutines

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

Blocks as Parameters

Currying

Signature Objects

Category:Book:Raku Programming