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,1dd28d5040ded1f8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-10 00:46:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!transit.news.xs4all.nl!not-for-mail From: fraser@blancolioni.org Newsgroups: comp.lang.ada Subject: Re: Announce: Grace project site operational Date: 10 May 2002 09:47:28 +0200 Organization: XS4ALL Internet BV Sender: fwilson@FWILSON Message-ID: References: <3CD88FBD.4070706@telepath.com> NNTP-Posting-Host: a80-126-24-12.adsl.xs4all.nl X-Trace: news1.xs4all.nl 1021016765 4611 80.126.24.12 (10 May 2002 07:46:05 GMT) X-Complaints-To: abuse@xs4all.nl NNTP-Posting-Date: 10 May 2002 07:46:05 GMT X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:23822 Date: 2002-05-10T07:46:05+00:00 List-Id: Ted Dennison writes: > I'm pleased to announce that the Grace project is now operational. The > homepage is at http://www.freesoftware.fsf.org/Grace/Grace_Home.html , > and the main project page on the Gnu Savannah is at > http://savannah.gnu.org/projects/grace/ . Looks great. Just a minor comment: I wonder if type Element_Array wouldn't be better as an array over Positive instead of Natural. It fits in better with the first element going to position 1, etc. Fraser.