Cantitate/Preț
Produs

Programming Ruby 1.9 & 2.0

Autor Dave Thomas, Andy Hunt, Chad Fowler
en Limba Engleză Paperback – 6 aug 2013

Subliniem faptul că Programming Ruby 1.9 & 2.0 reprezintă un pilon fundamental pentru orice dezvoltator care dorește să stăpânească ecosistemul Ruby în profunzime. Cititorul care a parcurs Beginning Ruby 3 sau a utilizat Ruby Pocket Reference pentru soluții rapide va găsi aici fundamentul teoretic și tehnic necesar pentru a înțelege mecanismele interne ale limbajului, dincolo de simpla sintaxă. În timp ce alte ghiduri se concentrează pe aplicații punctuale, 'The Pickaxe' rămâne resursa de referință care explică de ce Ruby funcționează într-un anumit mod.

Suntem de părere că această ediție a patra este esențială pentru înțelegerea evoluției limbajului, făcând puntea între versiunea 1.8 și modernitatea adusă de 2.0. Notăm cu interes includerea detaliată a celor 97 de biblioteci standard și a noilor reguli de transmitere a parametrilor. Față de Programming Ruby – The Pragmatic Programmer′s Guide (ediția pentru Ruby 1.8), acest volum integrează peste 110 secțiuni actualizate, acoperind schimbări semantice majore precum scoping-ul variabilelor locale în blocuri și introducerea argumentelor de tip keyword.

Structura este riguros tehnică: începe cu un tutorial accelerat, continuă cu specificațiile limbajului și culminează cu o documentație exhaustivă a claselor și modulelor încorporate. Această abordare transformă volumul dintr-o simplă lectură într-un instrument de lucru zilnic. Spre deosebire de Ruby in a Nutshell, care oferă o privire de ansamblu succintă, lucrarea lui Dave Thomas și a colaboratorilor săi pătrunde în detaliile de gestiune a memoriei și performanță, aspecte critice pentru aplicațiile de tip server-side dezvoltate în prezent.

Citește tot Restrânge

Preț: 31726 lei

Preț vechi: 39657 lei
-20%

Puncte Express: 476

Carte tipărită la comandă

Livrare economică 23 mai-06 iunie


Specificații

ISBN-13: 9781937785499
ISBN-10: 1937785491
Pagini: 888
Dimensiuni: 194 x 233 x 53 mm
Greutate: 1.53 kg
Ediția:4th edition
Editura: Pragmatic Programmers

De ce să citești această carte

Recomandăm această carte programatorilor care doresc să treacă de la utilizarea superficială a framework-ului Rails la înțelegerea profundă a limbajului Ruby. Este un manual tehnic indispensabil pentru cei care preferă controlul liniei de comandă și rigoarea documentației oficiale. Veți câștiga o expertiză solidă în utilizarea Fibers, Refinements și a noilor structuri de date, elemente ce definesc eficiența în dezvoltarea software modernă.


Despre autor

Dave Thomas este un autor și programator renumit, cunoscut pentru publicarea 'The Pragmatic Programmer' și pentru rolul său crucial în popularizarea limbajului Ruby în afara Japoniei. Alături de Andy Hunt și Chad Fowler, a pus bazele editurii Pragmatic Programmers, promovând metode de dezvoltare software agile și pragmatice. Deși Thomas a scris și lucrări diverse, precum Vanity Project, contribuția sa majoră rămâne în literatura tehnică, unde volume precum Agile Web Development with Rails 7 continuă să definească standardele industriei IT.


Descriere scurtă

Ruby is the fastest growing and most exciting dynamic language out there. If you need to get working programs delivered fast, you should add Ruby to your toolbox.

This book is the only complete reference for both Ruby 1.9 and Ruby 2.0, the very latest version of Ruby.

2013 marks the 20th anniversary of the Ruby language. We're proud that throughout its history, we've continued to cover the latest version of Ruby.

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 getting 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, much like the classic object-oriented language, Smalltalk. Like Smalltalk, it is dynamically typed (as opposed to Java or C++), but unlike Smalltalk, Ruby features the same conveniences found in modern scripting languages such as Perl and Python.

The combination of the power of a pure object-oriented language with the convenience of a scripting language makes Ruby a favorite tool of intelligent, forward-thinking programmers.

The Pickaxe contains four major sections:

An acclaimed tutorial on using Ruby. The definitive reference to the language. Complete documentation of all built-in classes, modules, and methods. Complete descriptions of all 97 standard libraries.

This is the reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including all the new and changed methods introduced by Ruby 1.9, 1.9.2, 1.9.3, and 2.0). It also includes all the new and changed syntax and semantics introduced since Ruby 1.8. Learn about the new parameter passing rules, local variable scoping in blocks, fibers, and the new block declaration syntax, among other exciting new features.

About Ruby 2.0

Ruby 2.0 is a minor update to Ruby 1.9, unlike the more major updates from Ruby 1.8 to Ruby 1.9.

The major language changes in Ruby 2.0 are the addition of keyword arguments and the change to use UTF-8 as the default source file encoding.

There are a number of additions to the standard library, including:

@Enumerator:: Lazy@, which adds support for lazy access to potentially infinite lists. Refinements allow you to encapsulate changes to third-party classes, and scope their application to individual source files, preventing your changes from polluting the global application.

You'll also find that Ruby 2 is faster, and has memory management improvements that make it more server-friendly.

All told, there are over 110 sections of the book that have been flagged and cross-linked to indicate 2.0 content.

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 IDEs.

* Ruby runs on Windows, Linux, and Macs.

Notă biografică

Dave Thomas is a cornerstone of the Ruby community, and is personally responsible for many of its innovative directions and initiatives. He and original co-author Andy Hunt are founders of the Pragmatic Programmers and the Pragmatic Bookshelf.
Andy Hunt is a programmer turned consultant, author and publisher. He co-authored the best-selling book "The Pragmatic Programmer”, was one of the 17 founders of the Agile Alliance, and co-founded the Pragmatic Bookshelf, publishing award-winning and critically acclaimed books for software developers.
Chad Fowler is co-director of Ruby Central, Inc., and remains an active, driving force in the Ruby community.