From e1f82151744b8e46cb6e9d043d22047ce7076ed5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 1 Nov 2014 00:47:10 -0400 Subject: readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md 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. -- cgit v1.2.3-54-g00ecf