diff --git a/README.md b/README.md index b302d0c..34da175 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ For now it can only compile very simple programs like [this](/examples/test.lisp It leaks memory like crazy and if you give it wrong input, it will probably die. Please don’t use it yet. + +Eventually, this should turn into an implementation of Matt Might’s +blog post on [flattening closures](http://matt.might.net/articles/compiling-scheme-to-c/).