samples/effectivelist/src/org/apidesign/effectivelist/Listable.scala
Wed, 05 Dec 2012 13:17:53 +0100 Bob pointed out that the extends bound is not necessary in Listable. Enough to have it in List.
Sun, 02 Sep 2012 22:00:13 +0200 Identifying code snippets to be used on my blog
Fri, 31 Aug 2012 20:16:57 +0200 Example demostrating how to use trait to provide effective implementation of linked list while keeping encapsulation