Raku Programming
(Redirected from Perl 6 Programming)
Raku is a successor of the Perl programming language, representing a major backwards-incompatible rewrite of the language. It's a versatile and powerful multi-paradigm programming language. This book is going to introduce the reader to the Raku language and its many features.
Table of Contents
Introduction
Raku Basics
- Variables and Data
- Types and Context
- Basic Operations
- Control Structures
- Subroutines
- Blocks and Closures
- Classes And Attributes
- Comments and POD