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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,88ed72d98e6b3457 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-06 00:02:05 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1!bredband!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Standard Library Interest? Date: Mon, 6 Oct 2003 07:02:01 +0000 (UTC) Organization: PVV Message-ID: References: <3F803278.1020507@noplace.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1065423721 8799 129.241.83.78 (6 Oct 2003 07:02:01 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Mon, 6 Oct 2003 07:02:01 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:293 Date: 2003-10-06T07:02:01+00:00 List-Id: On 2003-10-05, Marin David Condic wrote: > The short form from my response in the other thread... The current state is that we have: (I'm just putting in what I can remember so others can fill in the blanks and add alternatives) > 1) Containers (probably on the way within the standard, but possibly we > might find some things not covered...) Charles SAL > 2) Math/Statistics - Vectors, Matrices, Big number math, Symbolic > algebra, Stats,.... > > 3) Related to Math: Encryption/Decryption, Compression/Decompression of > streams. Compression/Decomression there is a zlib binding and zip if I remember correctly. However if they work on streams I don't know. Files at least. > 4) Control Laws operations What is this? > 5) OS Interfacing (including file formats) and config files. > 6) Internet communication protocols AWS Libra > 7) Database interface - or even a database itself. Gnade APQ > 8) XML Document Object Model (one that uses tagged records, please.) AdaXML (yes I know) > 9) Desktop apps What do you mean with desktop apps in a standard library? Anyway I'm going to finish my work on a template for making GUIs (GtkAda) for applications later this year. > 10) GUI interface GtkAda 11) Multimedia - sound and images However, I think the way to go is not to try to make a standard library containing all these things at once. I think the most impostant areas to cover are the Container, Math, OS interfacing and possibly some of the internet communication protocols. Another important thing is that the code needs to be available so others can take over if needed. Preben