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-07 19:48:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.nuthinbutnews.com!propagator-sterling!news-in.nuthinbutnews.com!news-in-sterling.newsfeed.com!newsfeed.onecall.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Announce: Grace project site operational Date: 7 May 2002 21:48:13 -0500 Organization: LJK Software Message-ID: References: <3CD88FBD.4070706@telepath.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1020826096 19904 192.135.80.34 (8 May 2002 02:48:16 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Wed, 8 May 2002 02:48:16 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:23692 Date: 2002-05-07T21:48:13-05:00 List-Id: In article <3CD88FBD.4070706@telepath.com>, 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/ . > > Currently, the only thing in the CVS tree is the first version of our > Unbounded Lists package, and a reference implementation of it. I have > set up a project for a Maps package, but the tasks are currently > unassigned. Anyone who wants to help is encouraged to participate in the > mailing lists, get a Savannah account and become a developer, or just > hang out here and participate in the discussions. > > I'd like to say more, but that roughly covers it, and I have a crying > baby to attend to. :-) If anyone wants to know anything more, reply here > or on one of the mailing lists. Well, in article <3CD85124.8070005@mail.com>, Hyman Rosen wrote: > Which makes me think - in the recent specifications for containers > that were posted here, do the generics have a parameter for the > type used to count the members of the container? Otherwise when I > ask my LinkedListOfApples and my LinkedListOfCartPushers how many > things each contains I'll have to convert the result, and then I > could make the same mistake that a C++ programmer would.