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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6cfdc446e6bbe8ba X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.191.225 with SMTP id hb1mr7687702pbc.5.1339801108885; Fri, 15 Jun 2012 15:58:28 -0700 (PDT) Path: l9ni55165pbj.0!nntp.google.com!news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Listing currently maintained libraries for Ada Date: Fri, 15 Jun 2012 17:58:25 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <8462b850-a302-4796-a034-92ce8914be08@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: KdJUrTuvv3Zv/s8pPxNluw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-06-15T17:58:25-05:00 List-Id: On 6/15/2012 4:41 PM, Robert A Duff wrote: > > Didn't Donald Knuth announce at some point that TeX was "done" or > "bug free" or some such? And therefore gave it a version number > of "exactly pi"? > True. But even though Tex is still is frozen, Latex is still being added to all the time. Tex is the core engine, but layers and layers of Latex is build on top of it. There was Latex2, now Latex3, and millions of lines of code in CTAN is being added all the time as packages on top of Tex. I do not believe that a software library can ever not go continuous maintenance. There is always more testing to be done, more features to add, make the software more robust, test against new changes outside of the control of the library. Software that does not change, means it is not used much. Software that is used by many, means there is always new functionality needed, enhancement requests, bug fixes, test cases added, etc... Software for me is a living thing. Stop taking care of it, stop feeding it, stop growing it, it will die soon. If it does not die on its own, something better will come along, with better features, and replace it. --Nasser