Ruby under a microscope : an illustrated guide to Ruby internals /
"An under-the-hood look at how the Ruby programming language runs code. Extensively illustrated with complete explanations and hands-on experiments. Covers Ruby 2.x"--
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
San Francisco :
No Starch Press,
[2013]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Tokenization and Parsing
- Compilation
- How Ruby Executes Your Code
- Control Structures and Method Dispatch
- Objects and Classes
- Method Lookup and Constant Lookup
- The Hash Table : The Workhorse of Ruby Internals
- How Ruby Borrowed a Decades-Old Idea from Lisp
- Metaprogramming
- JRuby : Ruby on the JVM
- Garbage Collection Basics in Rubinius and MRI
- Conclusion.