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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,775f2cb8854e78a2,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-27 04:08:57 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: amado.alves@netcabo.pt (M?rio Amado Alves) Newsgroups: comp.lang.ada Subject: Ada_Arrays Project Date: 27 Nov 2003 04:08:56 -0800 Organization: http://groups.google.com Message-ID: <17eddf9f.0311270408.53a25eb1@posting.google.com> NNTP-Posting-Host: 212.113.164.100 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1069934937 12656 127.0.0.1 (27 Nov 2003 12:08:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 27 Nov 2003 12:08:57 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:2987 Date: 2003-11-27T04:08:56-08:00 List-Id: (Sorry for duplicates. I've sent this message before via comp.lang.ada@ada-france.org but for some reason it does not seem to have reached the newsgroup. I'm using Google now, so my replies will be tardy.) I'm entertaining the idea of a generic package Ada_Arrays and children where Ada_Arrays is like Ada.Strings except the element type is generic instead of Character. Anybody besides me foresees the great usefulness of Ada_Arrays? Anybody did it? Anybody interested in collaborating? I'm considering doing it by program(med) transformation of existing source-code for Ada.Strings. My first studies indicate semantic analysis is required, so this might configure an ASIS application. (I'm also interested in this project as a test case for open source software licensing. I'd like to release it under a "commercial open source" license like one of those endorsed by the Software Developers Cooperative (www.softdevelcoop.org). Specially if done by way of program transformation from the GPLed GNAT, the licensing of Ada_Arrays is a complex issue.)