aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dd105fe
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.