Hacker News new | ask | show | jobs
by turbofail 5727 days ago
If what you're comfortable with is lower level stuff, one possibility is to look at an implementation of an object system in C. In particular, I found reading the Python source code to be helpful when learning about object orientation.