Contribute Media
A thank you to everyone who makes this possible: Read More

Dynamic Code Instrumentation with Hacked Interpreters

Description

We've seen how easy it is to modify CPython—it's a C program after all, and one written to be understood and extended by normal human beings. But beyond the slow, deliberative process of adding features to the core language, what is the value of hacking your interpreter?

This talk presents a practical example of dynamic code instrumentation using hacked interpreters.

Details

Improve this page