/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nikhilism.com
| | tenthousandmeters.com
1.9 parsecs away

Travel
| | We started this series with an overview of the CPython VM. We learned that to run a Python program, CPython first compiles it to bytecode, and we...
| | blog.hakril.net
3.4 parsecs away

Travel
| | [AI summary] The author explains how to create a custom Python C extension to add a new bytecode opcode that injects stack and frame tracing into every Python function execution.
| | aosabook.org
3.0 parsecs away

Travel
| |
| | notes.eatonphil.com
24.3 parsecs away

Travel
| Writing a lisp compiler from scratch in JavaScript: 1. lisp to assembly