diff --git a/README.md b/README.md
index 68dedf28..29950b84 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@ References
- [CHICKEN Scheme](http://www.call-cc.org/)
- [Chibi Scheme](https://github.com/ashinn/chibi-scheme)
- [Compiling Scheme to C with closure conversion](http://matt.might.net/articles/compiling-scheme-to-c/), by Matt Might
+- [Implementing an on-the-fly garbage collector for Java], by Domani et al
- [Lisp in Small Pieces](http://pagesperso-systeme.lip6.fr/Christian.Queinnec/WWW/LiSP.html), by Christian Queinnec
- [R5RS Scheme Specification](http://www.schemers.org/Documents/Standards/R5RS/HTML/)
- [R7RS Scheme Specification](http://trac.sacrideo.us/wg/wiki)