Raku Fundamentals A Primer with Examples, Projects, and Case Studies

Gain the skills to begin developing Raku applications from the ground up in this hands-on compact book, which includes a foreword from Larry Wall, creator of Perl. You’ll learn enough to get started building with Raku, using Raku's gradual typing, handy object-orientated features, powerful pars...

Descripción completa

Detalles Bibliográficos
Otros Autores: Lenz, Moritz, author (author), Wall, Larry, writer of foreword (writer of foreword)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2020.
Edición:2nd ed. 2020.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630811106719
Tabla de Contenidos:
  • 1. What is Raku?
  • 2. Running Rakudo
  • 3. Formatting a Sudoku Puzzle
  • 4. Datetime Conversion for the Command Line
  • 5. Testing say()
  • 6. Silent-Cron, a Cron Wrapper
  • 7. Stateful Silent-Cron
  • 8. Review of the Raku Basics
  • 9. Parsing INI files using Regexes and Grammars
  • 10. A File and Directory Usage Graph
  • 11. A Unicode Search Tool
  • 12. Creating a Webservice, and Declarative APIs
  • 13. What's Next?.