Descriere YEO:
Pe YEO găsești Ruby Under a Microscope: An de la Pat Shaughnessy, în categoria Computers.
Indiferent de nevoile tale, Ruby Under a Microscope: An Illustrated Guide to Ruby Internals - Pat Shaughnessy din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 352.96 Lei
Caracteristicile produsului Ruby Under a Microscope: An
- Brand: Pat Shaughnessy
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 18-09-2025 01:36:55
Comandă Ruby Under a Microscope: An Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Ruby Under a Microscope: An de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Ruby is a powerful programming language with a focus on simplicity, but beneath its elegant syntax it performs countless unseen tasks.
Ruby Under a
Microscope gives you a hands-on look at
Ruby\'s core, using extensive diagrams and thorough explanations to show you how Ruby is implemented (no C skills required). Author Pat
Shaughnessy takes a scientific approach, laying out a series of experiments with Ruby code to take you behind the scenes of how programming languages work. You\'ll even find information on JRuby and Rubinius (two alternative implementations of Ruby), as well as in-depth explorations of Ruby\'s garbage collection algorithm. Ruby
Under a
Microscope will teach you: How a few computer science concepts underpin Ruby\'s complex implementation How Ruby executes your code using a virtual machine How classes and modules are the same inside Ruby How Ruby employs algorithms originally developed for Lisp How Ruby uses grammar rules to parse and understand your code How your Ruby code is translated into a different language by a compiler No programming language needs to be a black box. Whether you\'re already intrigued by language implementation or just want to dig deeper into Ruby, you\'ll find Ruby
Under a
Microscope a fascinating way to become a better programmer. Covers Ruby 2.x, 1.9 and 1.8