aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: dd105fe56acdf5fcc62607bd4e61116b5a8e8095 (plain) (blame)
1
2
3
4
5
This is a toy implementation of a
[MOP](https://en.wikipedia.org/wiki/Metaobject#Metaobject_protocol) in Python.
It is not actually useful for anything (Python already has a fully-featured
MOP built into the language!), but should hopefully be helpful in
understanding how MOPs are built.