There's also this wonderful book [1] covering similar ground for Ruby. An extract from a review gives a flavour:<p>"Ruby Under a Microscope" does something fairly ambitious. It attempts to write a system internals book in a language that non computer scientists can readily understand. While there are numerous code snippets and examples to try and examine, the ability to look at the various Ruby internals and systems and see how they fit together can be accomplished by someone with general skills and basic familiarity with programming at the script level (which for many of us is as far as we typically get). An old saying says you can’t tell where yo hare going if you don’t know where you’ve been. Similarly, we can’t expect to get the most out of languages like ruby without having a more clear idea what’s happening under the hood. It’s entirely possible to work with Ruby and never learn some of this stuff, but having a guide like "Ruby Under a Microscope” opens up a variety of avenues, and does so in a way that will make the journey interesting and, dare I say it, even a little fun.<p>[1] <a href="https://www.amazon.com/Ruby-Under-Microscope-Illustrated-Internals/dp/1593275277" rel="nofollow">https://www.amazon.com/Ruby-Under-Microscope-Illustrated-Int...</a>