Raku Recipes: A Problem-Solution Approach
Autor J.J. Mereloen Limba Engleză Paperback – 13 oct 2020
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 Learn
- 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
- Carryout 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
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.
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.
Preț: 284.50 lei
Preț vechi: 355.62 lei
-20% Nou
Puncte Express: 427
Preț estimativ în valută:
54.45€ • 57.44$ • 45.38£
54.45€ • 57.44$ • 45.38£
Carte disponibilă
Livrare economică 12-26 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484262573
ISBN-10: 1484262573
Pagini: 402
Ilustrații: XXIII, 402 p. 58 illus.
Dimensiuni: 178 x 254 x 27 mm
Greutate: 0.81 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484262573
Pagini: 402
Ilustrații: XXIII, 402 p. 58 illus.
Dimensiuni: 178 x 254 x 27 mm
Greutate: 0.81 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. How to start to put Perl 6 to use in a real world environment.- 2. Input and Output.- 3. Data Science & Analytics.- 4. Math.- 5. Configuration and Execution of Programs.- 6. Automation of System Tasks.- 7. Perl 6 Modules.- 8. Dealing with Errors.- 9. Web and Microservices on the Client Side.- 10. Text Processing.- 11. Microservices.- 12. Work with Data Sources.- 13. Create a Desktop/Console Application.- 14. Interface with Libraries and Code in Other Languages.- 15. Speed Up Processing.- 16. Create Mini-Languages.- 17. Fun One-Liners.- Appendix A: Glossary.
Notă biografică
J.J. Merelo is a professor at the university of Granada, where he has been teaching since 1988. He has been using Perl since 1994, and Perl 6/Raku intensively since December 2016. He trains, teaches, and consults on Perl and Raku projects.
Textul de pe ultima copertă
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:
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
Caracteristici
A practical and applied code-rich developer cookbook to using Raku Includes approximately 70 code recipes Written by a well regarded Raku expert, developer