Skip to content

Comment on Reflections on 2 years of CPython's JIT Compilerparent

Comments

Some examples that come to mind: You can inspect the call stack, and get a list of local variables of your callers. You can assign to object.__class__ to dynamically change an existing object's class at runtime. You can overwrite every operator, including obj.field access, dynamically at runtime (including changing an existing class)

a long time ago, there was Parrot and a bet with Guido https://justatheory.com/2004/08/oscon-notes/

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.