From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c424a2d310d290,start X-Google-Attributes: gid103376,public From: Brian Rogoff Subject: Ada Generic Library (very) preliminary release Date: 1997/07/08 Message-ID: #1/1 X-Deja-AN: 255646007 Newsgroups: comp.lang.ada Date: 1997-07-08T00:00:00+00:00 List-Id: Hi, I've been hacking away at a clone of the STL in Ada 95 (who says you can't hack in Ada ;-) and I have enough that I'd like to get some feedback from the Ada cognoscenti as to just how awful some of these hacks are. Comments from programmers familiar with the C++ STL would also be appreciated. I started with the design of the RPI Ada STL, and I've added quite a few more containers (singly linked lists, deques, ordered sets, and ordered multisets) and cleaned it up a bit. Since the RPI Ada STL will probably clone the ISO C++ STL, I'll be a bit more experimental and add things like three way compare. I'm releasing the library under LGPL with the GNAT exception (sorry Dave :-). It is a very preliminary release mainly for getting feedback, so don't expect to get useful work done with it! Now that you've been warned, http://www.best.com/~bpr/AGL.html -- Brian