50% developed

Raku Programming

From Wikibooks, open books for an open world
(Redirected from Perl 6 Programming)
Jump to navigation Jump to search

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

Rules and Grammars

Data Types and Operators

Blocks and Subroutines

Multitasking and Concurrency

Input and Output

Organization

World of Perl