buchspektrum Internet-Buchhandlung

Neuerscheinungen 2020

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Juan Julián Merelo

Perl 6 Quick Syntax Reference


A Pocket Guide to the Language, the Core Modules, and the Community
1st ed. 2020. xv, 259 S. 15 SW-Abb. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2020
ISBN: 1-484-24955-0 (1484249550)
Neue ISBN: 978-1-484-24955-0 (9781484249550)

Preis und Lieferzeit: Bitte klicken


This condensed code and syntax reference book presents the Perl scripting language in a well-organized format designed to be used time and again. It contains an easy-to-read and use guide to Perl 6 for software application development.
Using this book will give you a feel for the language, as well as an introduction to the different features (such as object-oriented programming) that make Perl 6 such a unique language. You won´t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. Perl 6 Quick Syntax Reference is packed with useful information and is a must-have for any developer new to Perl 6.

What You Will Learn

Use Perl 6 expressions and operators
Work with Perl 6 data access and persistent data
Process complex data structures available in Perl 6
Work with functions, modules, and more
Use Perl 6 classes, roles, and traits
Take advantage of regular expressions and grammars using Perl 6
Use the Unicode standard to its full extent in your scripts

Who This Book Is For
Those new to Perl 6 who have at least some programming experience in any scripting language.
1. Running Perl 6

1. In your computer

2. Online

3. Command-line options

2. Getting help

1. IRC channel and other online communities

2. Local community, conferences, workshops, company formation.

3. Literal expressions

4. Expressions and operators

1. Arithmetic.

2. Logic.

5. Building up data: types of data

1. Code

2. Lists and arrays.

3. Hashes and Maps.

4. Sets, bags, mixes.

5. Other data structures.

6. Processing complex data structures

1. Functional programming with Perl 6

2. Loops and when to use them.

3. Decisions

7. Storing data: containers

1. Where a container resides.

2. Contexts.

3. Mutability and immutability.

4. Constants.

5. Itemization and vivification.

6. Assignment and binding.

8. Defining functions

1. Callables and Blocks

2. Signatures and Captures: calling function and return types.

3. Multiple schedule in functions.

4. Terms and operators.

9. Roles and classes

1. Giving roles, using roles, mixing in roles.

2. Creating your own roles; methods and attributes

3. How classes and objects are created in Perl 6.

4. Inheritance in Perl 6 and how it differs from roles.

10. Modules

1. Using them: standard modules

2. Downloading them: the Perl 6 Ecosystem.

11. Errors and how to work with them.

1. Failures and exceptions.
2. Capturing them, dealing with them.

12. Testing your programs.

1. Standard testing modules.

2. Testing best practices.

13. Interacting with the system

1. Running external programs.

2. Input and output

14. Building up a project.

1. Classic project layout and project conventions.

2. Parts of a project, and how to build, test and release it.

15. Grammars and regular expressions.

1. Processing text using regular expressions.

2. Building up text processors using grammars.
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 intensively since December 2016. He trains, teaches and consults on Perl and Perl 6 projects.