Raku Fundamentals
Title | Raku Fundamentals PDF eBook |
Author | Moritz Lenz |
Publisher | Apress |
Pages | 186 |
Release | 2020-09-06 |
Genre | Computers |
ISBN | 9781484261088 |
Gain the skills to begin developing Raku applications from the ground up in this hands-on compact book, which includes a foreword from Larry Wall, creator of Perl. You’ll learn enough to get started building with Raku, using Raku's gradual typing, handy object orientated features, powerful parsing capabilities, and human-usable concurrency. This book has been updated to include the latest version of Raku based upon the Perl 6.d major version which includes over 3,400 new commits in its specification. After a short introduction, each chapter develops a small example project, explaining the Raku features used. When the example is done, you’ll explore another aspect, such as optimizing further for readability or testing the code. Along the way you’ll see Raku basics, such as variables and scoping; subroutines; classes and objects; regexes; and code testing. When you’ve mastered the basics, Raku Fundamentals moves onto more advanced topics to give you a deeper understanding of the language. You’ll learn, amongst other things, how to work with persistent storage, how to generate good error messages, and how to write tricky applications such as a file and directory usage graph and a Unicode search tool. What You Will Learn Get coding with latest version of Raku Work on several hands-on examples and projects Integrate Python libraries into your Raku-based programs Parse INI files using regexes and grammars Build a date-time converter Carry out refactoring and other automated tests Who This Book Is For If you already know one or more programming languages, and want to learn about Raku, then this book is for you.
Mastering Raku
Title | Mastering Raku PDF eBook |
Author | Steven Branfman |
Publisher | Sterling Publishing Company, Inc. |
Pages | 180 |
Release | 2009 |
Genre | Crafts & Hobbies |
ISBN | 9781600592959 |
Covers such topics as the history and philosophy of raku, types of clay, forming techniques, firing, glazes and decoration. Types of kilns and kiln construction are also fully explained and the book includes a gallery of works from around the world along with updated clay and glaze recipes.
Think Perl 6
Title | Think Perl 6 PDF eBook |
Author | Laurent Rosenfeld |
Publisher | |
Pages | 0 |
Release | 2017 |
Genre | Computers |
ISBN | 9781491980552 |
Want to learn how to program and think like a computer scientist? This practical guide gets you started on your programming journey with the help of Perl 6, the younger sister of the popular Perl programming language. Ideal for beginners, this hands-on book includes over 100 exercises with multiple solutions, and more than 1,000 code examples so you can quickly practice what you learn. Experienced programmers--especially those who know Perl 5--will also benefit. Divided into two parts, Think Perl 6 starts with basic concepts that every programmer needs to know, and then focuses on different programming paradigms and some more advanced programming techniques. With two semesters' worth of lessons, this book is the perfect teaching tool for computer science beginners in colleges and universities. Learn basic concepts including variables, expressions, statements, functions, conditionals, recursion, and loops Understand commonly used basic data structures and the most useful algorithms Dive into object-oriented programming, and learn how to construct your own types and methods to extend the language Use grammars and regular expressions to analyze textual content Explore how functional programming can help you make your code simpler and more expressive
Alternative Kilns & Firing Techniques
Title | Alternative Kilns & Firing Techniques PDF eBook |
Author | James C. Watkins |
Publisher | Sterling Publishing Company, Inc. |
Pages | 264 |
Release | 2006 |
Genre | Crafts & Hobbies |
ISBN | 9781579909529 |
Demonstrating four different clay-firing techniques, this book illustrates the diverse results that each can produce.
Mastering Kilns and Firing
Title | Mastering Kilns and Firing PDF eBook |
Author | Lindsay Oesterritter |
Publisher | Quarry Books |
Pages | 195 |
Release | 2019-10-22 |
Genre | Crafts & Hobbies |
ISBN | 0760364885 |
Learn the key techniques, tips, and tricks for pit, barrel, raku, and wood firing. Fall in love with flames, wood, and the effect that unique firing methods have on pottery. Move beyond the electric kiln and explore the dramatic surfaces of raku, the flashes of salt firing, and the rustic look of ash rivulets. In this book, Lindsay Oesterritter provides a crash course in the most accessible methods of alternative firing. Raku firing requires minimal equipment and can easily be fueled with a standard propane tank. Likewise, pit and barrel firing do not require much in the way of initial investment. Yet all these techniques provide an immediate glimpse into the magic of firing. Bright reds and blues, dramatic black and white crackle, even metallic luster are instantly possible. For more experienced potters and studios looking to offer more, Oesterritter also explores wood-fired kilns. Drawing on years of experience and extensive interviews with fellow wood-fire potters, there is no comparable resource on the market. Features on top potters working today get to the heart of specialty techniques and asides show firing variations and traditional kilns in different cultures around the world. A gallery of showstopping work from a diverse group of artists round out the package and inspire you to get started.
Parsing Techniques
Title | Parsing Techniques PDF eBook |
Author | Dick Grune |
Publisher | Springer Science & Business Media |
Pages | 677 |
Release | 2007-10-29 |
Genre | Computers |
ISBN | 0387689540 |
This second edition of Grune and Jacobs’ brilliant work presents new developments and discoveries that have been made in the field. Parsing, also referred to as syntax analysis, has been and continues to be an essential part of computer science and linguistics. Parsing techniques have grown considerably in importance, both in computer science, ie. advanced compilers often use general CF parsers, and computational linguistics where such parsers are the only option. They are used in a variety of software products including Web browsers, interpreters in computer devices, and data compression programs; and they are used extensively in linguistics.
Learning Perl 6
Title | Learning Perl 6 PDF eBook |
Author | brian d foy |
Publisher | "O'Reilly Media, Inc." |
Pages | 532 |
Release | 2018-08-24 |
Genre | Computers |
ISBN | 1491977647 |
f you’re ready to get started with Raku (formerly Perl 6), this is the book you want, whether you’re a programmer, system administrator, or web hacker. Raku is a new language—a modern reinvention of Perl suitable for almost any task, from short fixes to complete web applications. This hands-on tutorial gets you started. Author brian d foy (Mastering Perl) provides a sophisticated introduction to this new programming language. Each chapter in this guide contains exercises to help you practice what you learn as you learn it. Other books may teach you to program in Raku, but this book will turn you into a Raku programmer. Learn how to work with: Numbers, strings, blocks, and positionals Files and directories and input/output Associatives, subroutines, classes, and roles Junctions and sets Regular expressions and built-in grammars Concurrency features: Promises, supplies, and channels Controlling external programs and other advanced features