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,64848bd095caf027,start X-Google-Attributes: gid103376,public From: Ehud Lamm Subject: What should be in a standard libray Date: 1999/02/11 Message-ID: #1/1 X-Deja-AN: 443158812 Organization: The hebrew University of Jerusalem Content-Type: TEXT/PLAIN; charset=US-ASCII Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-11T00:00:00+00:00 List-Id: I think this important topic should have a thread of it own! We should note that a standard lib. should offer much more than container data strcutures. It should have enough to help people be productive. However it should not attempt to include any library anyone would need. A "software market" with reusable components is still a very desirable goal. Things that I miss in the standard (but maybe they are just relevant for me): 1. Elementary linear algebra (allow me to write expression invovling vectors, matrices etc.) 2. A higher level text parsing mech. (I want to be able to read and validate a text file where each line is of the form (num,num,string). I know I can code this - but can we make something general). This exceeds regexp, to maybe something like AWK abilites. 3. Elementray graphics and display capabilites(maybe only the interface should be standard) More? Ehud Lamm mslamm@pluto.mscc.huji.ac.il