Programming Ruby 3.3 (5th Edition)

The Pragmatic Programmers' Guide

by: Noel Rappin, with Dave Thomas

Published 2024-01-09
Internal code ruby5
Print status In Print
Pages 716
User level Intermediate
Keywords ruby, rails, 1.9, 2.0, new edition, scripting, pickaxe, dynamic, dynamic languages, agile, reference, library, ruby library, ruby reference, ruby 3.2, Ractors
Related titles
  • All previous Programming Ruby titles are related
  • Agile Web Development with Rails
  • Metaprogramming Ruby
  • Ruby Performance Optimization
ISBN 9781680509823
Other ISBN Channel epub: 9798888650691
Channel PDF: 9798888650707
Safari: 9798888650684
BISACs COM051410 COMPUTERS / Programming Languages / Ruby
COM051230 COMPUTERS / Software Development & Engineering / General
COM051230 COMPUTERS / Software Development & Engineering / General

Highlight

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.

Description

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.

Contents and Extracts