An implementation of lisp-like lists in Java. The idea was to gain a better understanding of lisp's cons-cell mechanics, and then to experiment with use of first-class functions in Java a-la-lisp.
Eventually, implementation of lazy lists or something akin to them should show up here.