From 598c22ea32ec453b9883b5244b37d076ec2c802c Mon Sep 17 00:00:00 2001 From: hellerve Date: Sun, 4 Nov 2018 14:09:55 +0100 Subject: [PATCH] initial --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7bdce97 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# hygiene + +I’m following along [Matthew Flatt’s “Let's Build a Hygienic Macro +Expander”](https://www.youtube.com/watch?v=Or_yKiI3Ha4) in zepto. + +I watched it a while ago, but never had time to actually work through it. Then a +long, cold, and grey Sunday came along! + +This is probably not all that interesting to you.