Explore Raku problems and solutions using the latest version of the Raku programming language. In Raku Recipes, the emphasis is on applying Raku code to various important tasks and applications including data science, analytics, microservices, and desktop/console applications. There are also fun one-liner script recipes and instructions on how to create mini-languages of your very own.
All in all, over 70 recipes cover a broad range of the tasks and problems encountered by a modern Raku developer. You’ll be able to solve problems starting from basics such as input/output and math, to more complex domains such as microservices web sockets, web hooks, and mini-bots.
You will:
Put Raku to use in a real world environment.
Work with Raku modules, including design classes, roles, and more
Query a GeoIP database and extract information from the web
Carry out text processing such as creating a dictionary with fast searches over it and scraping markdown documents
Work with MongoDB, WikiData, and other data sources
Build data science and analytics applications using Raku
Integrate with Python, C, and other languages and libraries
Create mini-languages and shell scripting languages
Explore Raku problems and solutions using the latest version of the Raku programming language. In Raku Recipes, the emphasis is on applying Raku code to various important tasks and applications including data science, analytics, microservices, and desktop/console applications. There are also fun one-liner script recipes and instructions on how to create mini-languages of your very own.
All in all, over 70 recipes cover a broad range of the tasks and problems encountered by a modern Raku developer. You’ll be able to solve problems starting from basics such as input/output and math, to more complex domains such as microservices web sockets, web hooks, and mini-bots. What You Will LearnPut Raku to use in a real world environmentWork with Raku modules, including design classes, roles, and moreQuery a GeoIP database and extract information from the webCarryout text processing such as creating a dictionary with fast searches over it and scraping markdown documentsWork with MongoDB, WikiData, and other data sourcesBuild data science and analytics applications using RakuIntegrate with Python, C, and other languages and librariesCreate mini-languages and shell scripting languages Who This Book Is For
While some prior experience in Raku may be useful, it is not required. Prior programming experience using other scripting languages, such as Perl, is recommended, however. A practical and applied code-rich developer cookbook to using Raku Includes approximately 70 code recipes Written by a well regarded Raku expert, developer