Skip to content

Perl 6 Essentials

Best in textbook rentals since 2012!

ISBN-10: 0596004990

ISBN-13: 9780596004996

Edition: 2003

Authors: Allison Randal, Dan Sugalski, Leopold T�tsch

List price: $24.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

This text provides an overview of the current state of Perl 6, an explanation of the various parts of the project, reference material on the system components already developed, and plans for future development.
Customers also bought

Book details

List price: $24.95
Copyright year: 2003
Publisher: O'Reilly Media, Incorporated
Publication date: 7/8/2003
Binding: Paperback
Pages: 208
Size: 5.75" wide x 8.75" long x 0.25" tall
Weight: 0.550
Language: English

Allison Randal is the assistant project manager of the Perl 6 core development team. She has been working closely with Damian Conway and Larry Wall on Perl 6 and has co written the "synopses" of Perl 6. She is dedicated to the success of the project and is one of the very first to learn about anything new that's proposed for Perl 6.

Dan Sugalski is the chief architect for Parrot, the interpreter engine for Perl 6. He's been a Perl 5 core developer for years, writing more than a dozen modules in the process. He's been a contributor to The Perl Journal and The Perl Review, as well as the O'Reilly Network.

The author, born in 1958, is a registered Democrat. He points out how deficiencies in the tax code increase income inequities. His straightforward approach of moving toward taxing different types of income the same is sure to be of interest to the general public and to many economists as well.

Preface
Project Overview
The Birth of Perl 6
In the Beginning...
The Continuing Mission
Project Development
Language Development
Parrot Development
Design Philosophy
Linguistic and Cognitive Considerations
Architectural Considerations
Syntax
Variables
Operators
Control Structures
Subroutines
Classes and Objects
Grammars and Rules
Parrot Internals
Core Design Principles
Parrot's Architecture
The Interpreter
I/O, Events, Signals, and Threads
Objects
Advanced Features
Conclusion
Parrot Assembly Language
Getting Started
Basics
Working with PMCs
Flow Control
Stacks and Register Frames
Lexicals and Globals
Subroutines
Writing Tests
PASM Quick Reference
The Intermediate Code Compiler
Getting Started
Basics
Flow Control
Subroutines
IMCC Command-Line Options
IMCC Quick Reference
Index