Completed
Tweaking Flags
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JRuby - The Hard Parts
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Parsing Ruby
- 3 JRuby's Parser
- 4 Parser Problems!
- 5 Interpreter
- 6 The New Way
- 7 Mixed-Mode
- 8 Native Execution
- 9 JVM Tricks
- 10 Compatibility
- 11 Strings
- 12 The First Big Decision
- 13 Fibers on JRuby
- 14 Hard Decisions
- 15 Native Integration
- 16 Ruby's Roots
- 17 The Cancer
- 18 Ruby FFI example
- 19 Layered Runtime
- 20 Native in JRuby
- 21 Process Control
- 22 Backtraces
- 23 Command Line
- 24 Console Support
- 25 CLI == Startup Time
- 26 Tweaking Flags
- 27 Nailgun?
- 28 Drip Init
- 29 JRuby Startup
- 30 Hard Parts