© J.J. Merelo 2020
J. MereloRaku Recipeshttps://doi.org/10.1007/978-1-4842-6258-0_7

7. Modules

J. J. Merelo1 
(1)
Granada, Granada, Spain
 

Programming involves creating layers of abstraction, and programming languages provide ways of creating interlocking and stackable layers of classes and functions, so that the programmer can think in higher-level constructs and get the job done as fast as possible. These module applications can be implemented in many different ways in Raku. Once they are implemented, we encourage you to release your modules to the ever-growing (in size and awesomeness) Raku ecosystem, so that others can benefit from what you have done.

Recipe 7-1. Design Classes, Roles, and Modules in Raku

Problem

You need to package a set of functionalities ...

Get Raku Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.