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,7ee10ec601726fbf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-07 21:21:35 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!cyclone.bc.net!newsfeed.stanford.edu!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn From: Robert*@ Newsgroups: comp.lang.ada Subject: Re: is Ada dying? Date: 7 Oct 2001 21:02:38 -0700 Organization: Newsguy News Service [http://newsguy.com] Message-ID: <9pr8gu0tnf@drn.newsguy.com> References: <3BC0F75B.51D32B3@adaworks.com> NNTP-Posting-Host: p-017.newsdawg.com X-Newsreader: Direct Read News 2.90 Xref: archiver1.google.com comp.lang.ada:13893 Date: 2001-10-07T21:02:38-07:00 List-Id: Ada as a language is good. Better than C/C++ or Java. What Ada needs is a standard or at least a psudo-standard set of auxilary packages that come well documented (HTML) and ready to plug in and use (similar to that Java huge standard library). Untill this happens, Ada will remain a good language, few admirars, little used and nothing more. I am taking about packages for doing all sort of usefull pratical things, like those found in Java packages. ACT has been doing a good job of Adding usefull packages to its GNAT package, but it is still very much too little compared to what Java has, and with no way to for others to help add to it. With Ada, the case now is that if you want a package to do something, you go and do some search on the web, find some bits and pieces of code, download, try to build, and see if that will work or not. With Java, I download the JDK, and everything is there. Well documented, and ready to use. Having a central single place to get things from is a Good Thing (tm). Examples of such things http://www.sunfreeware.com/ <--- Want any solaris package? go here http://java.sun.com <--- Want the JDK? go here http://www.gnu.org/software/java/ <--- Want the GNU java collection? go here http://www.gjt.org/ <--- want the Giant Java tree collection? go here etc.. Anyway, my point is that, Ada needs such a centalized, single place, to get standard usefull packages from.