From johanj at cs.uu.nl Wed Dec 20 06:44:52 2006 From: johanj at cs.uu.nl (Johan Jeuring) Date: Wed Dec 20 06:39:45 2006 Subject: [Hs-Generics] Support for abstract data types In-Reply-To: <4b39c80a0611140946x3d813bcapc2188d2cf80e8b9f@mail.gmail.com> References: <4b39c80a0611070936i781f2291u690d5ec10a195162@mail.gmail.com> <4b39c80a0611140946w76490cfct39850d738c2f5bf3@mail.gmail.com> <4b39c80a0611140946x3d813bcapc2188d2cf80e8b9f@mail.gmail.com> Message-ID: Dear all, The discussion on the generics list has become a bit quiet recently. I have been busy with teaching and other obligations, and I know reasons why other contributors have been busy as well recently. I want to pick up this work again in January. Not only because I find it interesting and useful, but also because Alexey Rodriguez is returning to Utrecht from an internship in Cambridge, and I have an MSc student that will start working on a common generic library in January as well. So I hope the discussion will start again next year! I support Pablo's suggestion to also address how the different libraries can deal with abstract data types. I'm not sure that the C++ STL is very relevant to this list. I'm probably oversimplifying, but I see the C++ STL as an approach to program against interfaces. But on the other hand, I would like to be able to use generic programs on, for example, abstract iterator types, so in that sense it is relevant. Merry Christmas and a Happy New Year, Johan