1) What classes should I look at to learn about the byte-code generation? 2) What are good examples of code that handles/manipulates/processes the byte-code? e.g. like the code used for searching for symbol references in the byte-code, what is that called? (Is that MethodFinder stuff?) 2.b) And what is the name (& path) of the C module that actually implements the VM case statement (or whatever dispatch is used)? 3. Once upon a time there was some code that processed Slang ... but I have no idea whether that code is in Pharo, or completely antiquated in all versions. (And if gone from Pharo, what should I look for and in which version of Squeak?) A list of a few classes (in current use) would be greatly appreciated. Thanks in advance, Cam PS: reading through list archives can be painful, as they often either build on known information, or if you back up too far, the material - you later learn- is completely antiquated.