Hacking and Tuning Ruby Programming
Hacking Ruby Guidance
Daftar Isi Materi
Beberapa bab masih dalam bentuk preview, mungkin belum sepenuhnya selesai ulasannya.
Beberapa diagram mungkin juga belum tersedia atau hilang dan beberapa kalimat mungkin sedikit amburadul.
Tapi tetap terbuka untuk memberikan saran, silakan langsung dipelajari saja.
Part 1: Objects
- Chapter 1: A Minimal Introduction to Ruby
- Chapter 2: Objects
- Chapter 3: Names and name tables
- Chapter 4: Classes and modules
- Chapter 5: Garbage collection
- Chapter 6: Variables and constants
- Chapter 7: Security
Part 2: Syntax analysis
- Chapter 8: Ruby Language Details
- Chapter 9: yacc crash course
- Chapter 10: Parser
- Chapter 11: Finite-state scanner
- Chapter 12: Syntax tree construction
Part 3: Evaluation
- Chapter 13: Structure of the evaluator
- Chapter 14: Context
- Chapter 15: Methods
- Chapter 16: Blocks
- Chapter 17: Dynamic evaluation
Part 4: Around the evaluator
Kontributor artikel dan repo:
- Vincent Isambart
- Meinrad Recheis
- Laurent Sansonetti
- Clifford Caoile
- Jean Denis Vauguet
Original: ruby-hacking-guide.github.io