Lovereading The Ruby Programming Language

Lovereading The Ruby Programming Language
Zoom
 
SCROLL DOWN
TO EXPLORE MORE
 

Price: £35.99

Brand: Lovereading

 

Description: The Ruby Programming Language. Paperback /softback. By Davd Flanagan, Yukihiro Mataumoto.

 

Category: Books

Merchant: LoveReading

Product ID: 9780596516178

 
LoveReading logo
 

My website utilises affiliate links when you click my 'Get the best deal now' buttons. If you buy something through one of these links, I may earn a little commission, at no extra cost to you.

 

I have relationships with many of the top online retailers (purchasing, shipping and returns will be handled directly by them) which enables me to offer the best deal online for the Lovereading The Ruby Programming Language and many other similar products - which will appear below, to enhance your online shopping experience.

 

For even more great deals on Lovereading Books, click the link.

Price Compare : From £39.99

The Book Depository The Ruby Programming Language by Davd Flanagan

Currently out of stock

Price: £39.99

Brand: The Book Depository

 

Description: The Ruby Programming Language : Paperback : O' Reilly Media : 9780596516178 : 0596516177 : 19 Feb 2008 : A guide to Ruby that provides coverage of versions 1.8 and 1.9 of the language. It explains the language from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules. The Book Depository The Ruby Programming Language by Davd Flanagan - shop the best deal online on thebookbug.co.uk

Category: Books

MPN: 0596516177

GTIN: 9780596516178

 
The Book Depository for compare products display

Merchant: The Book Depository

Product ID: 9780596516178

 

Similar Products

  • Waterstones Programming Ruby 3.2

    Price: £52.99

    Brand: Waterstones

     

    Description: Ruby is one of the most important programming languages in use for web development. It powers the Rails framework, which is the backing of some of the most important sites on the web. The Pickaxe Book, named for the tool on the cover, is the definitive reference on Ruby, a highly-regarded, fully object-oriented programming language. This updated edition is a comprehensive reference on the language itself, with a tutorial on the most important features of Ruby - including pattern matching and Ractors - and describes the language through Ruby 3.2. Would you like to go from first idea to working code much, much faster? Do you currently spend more time satisfying the compiler instead of your clients or end users? Are you frustrated with demanding languages that seem to get in your way instead of helping you get the work done? Are you using Rails and want to dig deeper into the underlying Ruby language? If so, then we've got a language and book for you! Ruby is a fully object-oriented language. The combination of the power of a pure object-oriented language with the convenience of a scripting language makes Ruby a favorite tool of programmers that want to get things done quickly and cleanly. This comprehensive reference manual for Ruby includes a description of the most important standard library modules, built-in classes, and modules. It also includes all the new and changed syntax and semantics introduced through Ruby 3.2, including pattern matching and Ractors, and describes the language through Ruby 3.2. What You Need: This book assumes you have a basic understanding of object-oriented programming. In general, Ruby programmers tend to favor the the command line for running their code, and they tend to use text editors rather than ID Es. Ruby runs on Windows, Linux, and Mac OS. Waterstones Programming Ruby 3.2 - shop the best deal online on thebookbug.co.uk

    Category: Books

    Delivery cost: 0.00

    ISBN: 9781680509823

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9781680509823

     
  • Waterstones The Rust Programming Language: 2nd Edition

    Price: £47.99

    Brand: Waterstones

     

    Description: With over 50,000 copies sold, The Rust Programming Language is the quintessential guide to programming in Rust. Thoroughly updated to Rust's latest version, this edition is considered the language's official documentation. The Rust Programming Language, 2nd Edition is the official language guide for Rust 2021, and the best way to get started with Rust. The new edition includes a quick-reference section on organizing code with modules, and improved closure examples of captures, the move keyboard, and Fn traits. From web apps to operating systems, Rust is the safe, fast, reliable programming language used for an expansive variety of applications. Revised and updated by the original authors, the second edition of The Rust Programming Language shows readers how to take full advantage of Rust 2021 features, from installation to creating robust and scalable programs. It begins with the basics, like creating functions and binding variables, then moves on to more advanced concepts, like error. Waterstones The Rust Programming Language: 2nd Edition - shop the best deal online on thebookbug.co.uk

    Category: Books

    Delivery cost: 0.00

    ISBN: 9781718503106

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9781718503106

     
  • Waterstones Elixir in Action

    Price: £20.00

    Brand: Waterstones

     

    Description: The Elixir language blends the battle-tested power and stability of the Erlang virtual machine with an approachable and expressive syntax. Elixir in Action, Second Edition teaches you how to use the Elixir programming language to solve the practical problems of scalability, fault tolerance, and high availability. This new edition is fully updated to cover Elixir 1.6 with new and improved code examples. Key Features· Fully updated· Practical introduction to Elixir· Functional and concurrent programming idioms· Mastering the OTP framework Audience Requires no previous experience with Elixir, Erlang, or OTP. Written for readers who are familiar with another programming language like Ruby, Java Script, or C#. Author Bio Saša Juri? is a developer with extensive experience using Elixir and Erlang in complex server-side systems.

    Category: Books

    Delivery cost: 2.99

    ISBN: 9781617295027

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9781617295027

     
  • Waterstones Programming in Scala, Fifth Edition

    Price: £41.99

    Brand: Waterstones

     

    Description: Programming in Scala is the definitive book on Scala, the popular language for the Java platform that blends object-oriented and functional programming concepts into a unique and powerful tool for developers. The fifth edition has been updated to cover new features up to, and including, Scala version 3.0. The Scala language has been exploding in popularity in recent years. More than 54,000 copies of Programming in Scala have been sold since the first edition was published in 2008. Waterstones Programming in Scala, Fifth Edition - shop the best deal online on thebookbug.co.uk

    Category: Books

    Delivery cost: 0.00

    ISBN: 9780997148008

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9780997148008

     
  • Waterstones Programming in C

    Price: £36.99

    Brand: Waterstones

     
    4.3 out of 5 stars

    222 ratings

     

    Description: Programming in C will teach you how to write programs in the C programming language. Whether you're a novice or experienced programmer, this book will provide you with a clear understanding of this language, which is the foundation for many object-oriented programming languages such as C++, Objective-C, C#, and Java. This book teaches C by example, with complete C programs used to illustrate each new concept along the way. Stephen Kochan provides step-by-step explanations for all C functions. You will learn both the language fundamentals and good programming practices. Exercises at the end of each chapter make the book ideally suited for classroom use or for self-instruction. All the features of the C language are covered in this book, including the latest additions added with the C11 standard. Appendixes provide a detailed summary of the language and the standard C library, both organized for quick reference.' Absolutely the best book for anyone starting out programming in C. This is an excellent introductory text with frequent examples and good text. This is the book I used to learn C-it's a great book."- Vinit S. Carpenter, Learn C/C++ Today.

    Category: Books

    Delivery cost: 0.00

    ISBN: 9780321776419

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9780321776419

     
  • Waterstones Beginning Programming with Java For Dummies

    Price: £21.99

    Brand: Waterstones

     

    Description: Become a Java wizard with this popular programming guide Consider Beginning Programming with Java For Dummies your indispensable guide to learning how to program in one of the most popular programming languages | ?? Java! Java is an invaluable language to master, as it's widely used for application development, including Android, desktop, and server-side applications. Beginning Programming with Java For Dummies is written specifically for newbies to programming. The book starts with an overview of computer programming and builds from there; it explains the software you need, walks you through writing your own programs, and introduces you to a few of the more-complex aspects of programming in Java. It also includes step-by-step examples you can try on your own (and email the author if you need help). As you work through the book, you'll get smart about these Java features: Object-oriented programming (OOP), a Java mainstay Intelli J IDEA, an integrated development environment (IDE), that gives you one place to do all your programming, including debugging code Loops, branches, and collections Variables and operators Expressions, statements, and blocks Beginning Programming with Java For Dummies translates all this foreign programming and computer syntax into plain English, along with plenty of helpful examples and tips. Learning a new language | ??and coding is definitely its own language | ??should be a fun endeavor. With this book as your handy interpreter, you'll be on your way to fluency, speaking the language of coders everywhere!.

    Category: Books

    Delivery cost: 2.99

    ISBN: 9781119806912

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9781119806912

     
  • Waterstones Computer Science: A Structured Programming Approach in C

    Price: £78.99

    Brand: Waterstones

     

    Description: Ideal for a first course in the C programming language, Afyouni/Forouzan's COMPUTER SCIENCE: A STRUCTURED PROGRAMMING APPROACH IN C, 4th edition, introduces you to both computer science theory and C-language syntax using a principle-before-implementation approach. Combining a clear organizational structure with easy-to-follow figures, charts and tables, the text helps you sharpen your logic, problem-solving skills and understanding of fundamental CS concepts and software engineering through hands-on programming assignments and applications. In addition, two all-new chapters are devoted to Pointers and Recursion. Waterstones Computer Science: A Structured Programming Approach in C - shop the best deal online on thebookbug.co.uk

    Category: Books

    Delivery cost: 0.00

    ISBN: 9780357506134

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9780357506134

     
  • Waterstones Ruby and the Rubbish Bin

    Price: £13.99

    Brand: Waterstones

     
    4.5 out of 5 stars

    45 ratings

     

    Description: Ruby hates herself so much that she often feels more like a piece of rubbish than a little girl. Children at school bully her. Sometimes Ruby feels so miserable that she wants to sleep and sleep and never wake up again. Then one day, Ruby meets Dot the lunchtime lady, When Ruby feels Dot's kindness and understanding, something warm happens in Ruby's tummy. Over time, Dot helps Ruby to move from self-hate to self-respect. In fact Dot's smile makes Ruby feel like a princess. After a very important dream, and help from Dot, Ruby decides enough is enough. She finds her voice and her anger, and stands up to the bullies. She makes new friends and knows what it's like to feel happy for the first time in her life. Waterstones Ruby and the Rubbish Bin - shop the best deal online on thebookbug.co.uk

    Category: Books

    Delivery cost: 2.99

    ISBN: 9780863884627

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9780863884627

     
  • Waterstones Beginning Programming with Python For Dummies

    Price: £26.99

    Brand: Waterstones

     

    Description: Create simple, easy programs in the popular Python language Beginning Programming with Python For Dummies is the trusted way to learn the foundations of programming using the Python programming language. Python is one of the top-ranked languages, and there's no better way to get started in computer programming than this friendly guide. You'll learn the basics of coding and the process of creating simple, fun programs right away. This updated edition features new chapters, including coverage of Google Colab, plus expanded information on functions and objects, and new examples and graphics that are relevant to today's beginning coders. Dummies helps you discover the wealth of things you can achieve with Python. Employ an online coding environment to avoid installation woes and code anywhere, any time Learn the basics of programming using the popular Python language Create easy, fun projects to show off your new coding chops Fix errors in your code and use Python with external data sets Beginning Programming with Python For Dummies will get new programmers started | ??the easy way. .

    Category: Books

    Delivery cost: 0.00

    ISBN: 9781119913771

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9781119913771

     
  • Lovereading Go Programming Language For Dummies

    Price: £22.49

    Brand: Lovereading

     

    Description: Go Programming Language For Dummies. Paperback /softback. By W Lee.

    Category: Books

     
    LoveReading logo

    Merchant: LoveReading

    Product ID: 9781119786191