readme: added matt might reference

This commit is contained in:
2017-09-06 14:36:05 +02:00
parent db9e106264
commit e055cfe88f

View File

@@ -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 It leaks memory like crazy and if you give it wrong input, it will probably
die. Please dont use it yet. die. Please dont use it yet.
Eventually, this should turn into an implementation of Matt Mights
blog post on [flattening closures](http://matt.might.net/articles/compiling-scheme-to-c/).