aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-11-01 00:47:10 -0400
committerJesse Luehrs <doy@tozt.net>2014-11-01 00:47:10 -0400
commite1f82151744b8e46cb6e9d043d22047ce7076ed5 (patch)
tree48067d40ff05067416ded7faeca210f376c6635d
parentcfd35901eec81c27b5edab47efb5eee76abdcc74 (diff)
downloadpython-mop-e1f82151744b8e46cb6e9d043d22047ce7076ed5.tar.gz
python-mop-e1f82151744b8e46cb6e9d043d22047ce7076ed5.zip
readme
-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.