#Ruby 2.0 under a microscope#
- Agenda
- Overview
- Tokenize
- Parsing
- Compilation
- Execution as double stack machine
- Control Structures
- Objects & Class
- Method Lookup & Constant Lookup
- Closure & Binding
- GC
Slides for <Ruby under a microscope> introduction
C
#Ruby 2.0 under a microscope#