Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 455 Bytes

File metadata and controls

17 lines (14 loc) · 455 Bytes

#Ruby 2.0 under a microscope#

Ruby under a microscope

  • Agenda
    • Overview
    • Tokenize
    • Parsing
    • Compilation
    • Execution as double stack machine
    • Control Structures
    • Objects & Class
    • Method Lookup & Constant Lookup
    • Closure & Binding
    • GC

Click to Play the slides