Book 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.3.
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.3, including pattern matching and Ractors, and describes the language through Ruby 3.3.
What You Need:
Publisher resources
Table of contents
- Preface
- Acknowledgments
-
Part I. Facets of Ruby
- 1. Getting Started
- 2. Ruby.new
- 3. Classes, Objects, and Variables
- 4. Collections, Blocks, and Iterators
- 5. More about Methods
- 6. Sharing Functionality: Inheritance, Modules, and Mixins
- 7. Basic Types: Numbers, Strings, and Ranges
- 8. Regular Expressions
- 9. Expressions
- 10. Exceptions
- 11. Basic Input and Output
- 12. Threads, Fibers, and Ractors
- 13. Testing Ruby Code
- Part II. Ruby in Its Setting
- Part III. Ruby Crystallized
- Part IV. Ruby Language Reference
- Part V. Ruby Library Reference
- Part VI. Appendixes
Product information
- Title: Programming Ruby 3.3
- Author(s):
- Release date: January 2024
- Publisher(s): Pragmatic Bookshelf
- ISBN: 9781680509823
You might also like
book
The Go Programming Language
is the authoritative resource for any programmer who wants to learn Go. It shows how to …
book
Programming Rust, 2nd Edition
Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language …
video
Ultimate Go Programming, Second Edition
An updated edition of this video title is available. Please go to Ultimate Go: Advanced Concepts …
book
Data-Oriented Programming
Eliminate the unavoidable complexity of object-oriented designs. The innovative data-oriented programming paradigm makes your systems less …