|En la categoría:
¿Quieres vender uno?

Allison Randal Perl 6 y Parrot Essentials (Libro de bolsillo)-

Texto original
Allison Randal Perl 6 and Parrot Essentials (Paperback)
Texto original
Another great item from Rarewaves USA | Free delivery!
Estado:
Nuevo
Más de 10 disponibles
Precio:
USD47,02
Aproximadamente43,49 EUR
Respira tranquilidad. Se aceptan devoluciones.
Envío:
Gratis Economy Shipping. Ver detallespara el envío
Ubicado en: 60502, Estados Unidos
Entrega:
Entrega prevista entre el vie. 14 jun. y el jue. 20 jun. a 43230
Calculamos el plazo de entrega con un método patentado que combina diversos factores, como la proximidad del comprador a la ubicación del artículo, el servicio de envío seleccionado, el historial de envíos del vendedor y otros datos. Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El comprador paga el envío de la devolución. Ver detalles- Más información sobre devoluciones
Pagos:
     

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. 

Información del vendedor

Registrado como vendedor profesional
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:295938645257
Última actualización el 08 may 2024 23:14:36 H.EspVer todas las actualizacionesVer todas las actualizaciones

Características del artículo

Estado
Nuevo: Libro nuevo, sin usar y sin leer, que está en perfecto estado; incluye todas las páginas sin ...
Book Title
Perl 6 and Parrot Essentials
Title
Perl 6 and Parrot Essentials
EAN
9780596007379
ISBN
9780596007379
Edition
2nd ed.
Genre
Computing & Internet
Release Year
2004
Release Date
07/27/2004
Country/Region of Manufacture
US
Subject Area
Computers
Publication Name
Perl 6 and Parrot Essentials : the Community's Rewrite of Perl
Item Length
8.9 in
Publisher
O'reilly Media, Incorporated
Subject
Programming Languages / Perl, Programming / General, Operating Systems / Linux, Information Technology
Publication Year
2004
Series
Essentials Ser.
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.7 in
Author
Leopold Tötsch, Allison Randal, Dan Sugalski
Item Width
6 in
Item Weight
15.9 Oz
Number of Pages
288 Pages

Acerca de este producto

Product Information

Distilling many years of Perl experience--including an insiders look at Perl development (the authors are members of the Perl 6 core development team)-- Perl 6 and Parrot Essentials , 2nd Edition is an unparalleled preview of major changes in the widely-anticipated Perl 6. This sneak peek of what's coming in Perl includes succinct but thorough coverage of groundbreaking new developments in Parrot--the language-independent interpreter engine that will execute code written in the new Perl 6 language. Designed to be language independent, Parrot can be used to interpret other dynamic languages such as Python, Tcl, Ruby, and even Java. Perl 6 and Parrot Essentials also uncovers the most revolutionary change in the language itself--Apocalypse 12 on objects. The Apocalypse design documents (in the sense of "revealing", not "end-of-the-world") explain significant changes in new Perl 6 features, numbered according to the chapters in O'Reilly's landmark Camel book , Programming Perl .Apocalypse 12 is the result of cutting-edge research in object-oriented languages and is guaranteed to grab the attention of any serious Perl programmer. Perl 6 and Parrot Essentials also includes expanded coverage of Apocalypse 5 (regular expressions) and Apocalypse 6 (subroutines). Perl 6 and Parrot Essentials is the only book available to chart the course of the long but fruitful voyage of Perl 6. It reveals all the ingenious developments that will make Perl 6 more powerful and easier to use.Perl gurus and programmers alike will rely on this slim but essential book for both a clear view of the Perl horizon and to ensure they hit the ground running once this important new version of Perl is released.

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
059600737x
ISBN-13
9780596007379
eBay Product ID (ePID)
10038849374

Product Key Features

Author
Leopold Tötsch, Allison Randal, Dan Sugalski
Publication Name
Perl 6 and Parrot Essentials : the Community's Rewrite of Perl
Format
Trade Paperback
Language
English
Subject
Programming Languages / Perl, Programming / General, Operating Systems / Linux, Information Technology
Publication Year
2004
Series
Essentials Ser.
Type
Textbook
Subject Area
Computers
Number of Pages
288 Pages

Dimensions

Item Length
8.9 in
Item Height
0.7 in
Item Width
6 in
Item Weight
15.9 Oz

Additional Product Features

Edition Number
2
LCCN
2004-558990
Lc Classification Number
Qa76.73.P22
Table of Content
Preface; How This Book Is Organized; Font Conventions; Using Code Examples; We'd Like to Hear from You; Acknowledgments;Chapter 1: Project Overview; 1.1 The Birth of Perl 6; 1.2 In the Beginning . . .; 1.3 The Continuing Mission;Chapter 2: Project Development; 2.1 Language Development; 2.2 Parrot Development;Chapter 3: Design Philosophy; 3.1 Linguistic and Cognitive Considerations; 3.2 Architectural Considerations;Chapter 4: Basic Syntax; 4.1 Variables; 4.2 Operators; 4.3 Control Structures;Chapter 5: Subroutines; 5.1 Using Subroutines; 5.2 Parameters; 5.3 Arguments; 5.4 Subroutine Stubs; 5.5 Subroutine Scope; 5.6 Anonymous Subroutines; 5.7 Multi Subroutines; 5.8 Curried Subroutines; 5.9 Wrapped Subroutines; 5.10 Lvalue Subroutines; 5.11 Macros;Chapter 6: Objects; 6.1 Using Objects; 6.2 Classes; 6.3 Roles; 6.4 Delegation; 6.5 Private and Public; 6.6 Subroutines; 6.7 Submethods; 6.8 Multiple Dispatch;Chapter 7: Grammars and Rules; 7.1 Using Rules; 7.2 Building Blocks; 7.3 Modifiers; 7.4 Built-in Rules; 7.5 Backtracking Control; 7.6 Hypothetical Variables;Chapter 8: Parrot Internals; 8.1 Core Design Principles; 8.2 Parrot's Architecture; 8.3 The Interpreter; 8.4 I/O, Events, and Threads; 8.5 Objects; 8.6 Advanced Features; 8.7 Conclusion;Chapter 9: Parrot Assembly Language; 9.1 Getting Started; 9.2 Basics; 9.3 Working with PMCs; 9.4 Flow Control; 9.5 Stacks and Register Frames; 9.6 Lexicals and Globals; 9.7 Subroutines; 9.8 Exceptions and Exception Handlers; 9.9 Events; 9.10 Threads; 9.11 Loading Bytecode; 9.12 Classes and Objects; 9.13 Writing Tests;Chapter 10: Parrot Intermediate Representation; 10.1 Statements; 10.2 Variables and Constants; 10.3 Symbol Operators; 10.4 Labels; 10.5 Flow Control; 10.6 Subroutines; 10.7 Methods;Chapter 11: Parrot Reference; 11.1 PASM Opcodes; 11.2 PIR Directives; 11.3 PIR Instructions; 11.4 Parrot Command-Line Options;Colophon;
Copyright Date
2004
Target Audience
Scholarly & Professional
Dewey Decimal
005.13/3
Dewey Edition
22

Descripción del artículo del vendedor

Información de vendedor profesional

Rarewaves-USA
Kathryn Searle
10100 W Sample Rd
Ste 101
33065 Coral Springs, FL
United States
Mostrar información de contacto
:ocinórtcele oerroCmoc.asu-sevawerar@yabe
Certifico que todas mis actividades de venta cumplirán todas las leyes y reglamentos de la UE.
rarewaves-usa

rarewaves-usa

97,2% de votos positivos
1,2 millones artículos vendidos
Visitar tiendaContactar

Valoraciones detalladas sobre el vendedor

Promedio durante los últimos 12 meses

Descripción precisa
4.9
Gastos de envío razonables
5.0
Rapidez de envío
4.9
Comunicación
4.8
Registrado como vendedor profesional

Votos de vendedor (447.134)

6***e (315)- Votos emitidos por el comprador.
Mes pasado
Compra verificada
thanks
4***t (605)- Votos emitidos por el comprador.
Mes pasado
Compra verificada
Nice c d, Fast shipping.
g***u (1489)- Votos emitidos por el comprador.
Mes pasado
Compra verificada
Great item, fast delivery, highly recommended seller!

Valoraciones y opiniones del producto

Todavía no hay valoraciones ni opiniones
Sé el primero en escribir una opinión.