Skip to content

Instantly share code, notes, and snippets.

@guoshuai
guoshuai / gist:b10077733913b4af47a721baeb8433e4
Created May 15, 2019 00:38 — forked from patshaughnessy/gist:7104128
Resources for learning about MRI Ruby's internal C source code
Recently someone asked me for online resources about MRI's internal C source
code. Here are a few - if there are more to add please leave a comment! - pat
1. Ruby Hacking Guide - The definitive resource for people who want to learn
the C programming details of how Ruby works internally. Intended for C hackers.
It was just recently translated into English from the original Japanese.
http://ruby-hacking-guide.github.io
2. Various presentations by Koichi Sasada - he often does public presentations
on Ruby internals and they're always fascinating and full of technical details.