PHP
Perl
Lua
- The Implementation of Lua 5.0 (PDF) one page HTML
- The Virtual Machine of Lua 5.0 (PDF)
- A No-Frills Introduction to Lua 5.1 VM Instructions (PDF)
Java
- The Structure of the Java Virtual Machine
- Inside the Java Virtual Machine 2nd edition: 9 free chapters out of 20
- JVM Internals blog
- Dalvik VM bytecode format
Python
- Design of CPython's Compiler
- Python internals: Working with Python ASTs
- Python’s Innards
- Python Compiler Internals (PDF)
- Python Bytecode Instructions