The Dusty Deck

Thoughts about software development and related issues.
The views expressed here are my own and do not necessarily reflect those
of any of my current or previous employers.

Sunday, December 25, 2022

Metaprogramming in Python 2: An Interning Decorator

›
Note: the code related to this post can be found in the github IBM-Metaprogramming-for-Python repo , in intern.py , available under the Apa...

Metaprogramming in Python 1: Introduction

›
Contents Part 1: Introduction  Part 2: An Interning Decorator See also the discussion of how to do super() in Python correctly ; the implem...
Monday, March 14, 2022

Implementing precursor in Python

›
    In Part 1 of this series I explained why the Python interpretation of super() is flawed and how it limits the user of super() to car...
Thursday, January 20, 2022

The Principles of Deferring to a Superclass, or How to Do super() Right

›
In a previous post I showed how Python's implementation of super() is unpredictable and therefore impossible to use reliably.  What a...
›
Home
View web version

About Me

My photo
Yishai Feldman
View my complete profile
Powered by Blogger.