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.1 required=5.0 tests=BAYES_05,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!haven!uflorida!gatech!hubcap!billwolf From: billwolf@hubcap.clemson.edu (William Thomas Wolfe,2847,) Newsgroups: comp.lang.ada Subject: Re: Garbage Collection Message-ID: <3865@hubcap.UUCP> Date: 13 Dec 88 20:22:44 GMT References: <6702@june.cs.washington.edu> Sender: news@hubcap.UUCP Reply-To: billwolf@hubcap.clemson.edu List-Id: >From article <6702@june.cs.washington.edu>, by klaiber@june.cs.washington.edu (Alexander Klaiber): > > Why do you want to explicitly *prohibit* it [garbage collection]? > Basically, I charge garbage collection with the same crime that the GOTO was charged with: its sole function is to facilitate UNDISCIPLINED programming. From Tremblay and Sorenson, 1985: A common thought among proponents of the GOTO is: "I just might need it; something might come up". The answer to this appears to be: "Nothing ever does". If this charge can be successfully prosecuted, then garbage collection will face the same penalty: the total elimination of the facility, in favor of a more disciplined environment. Bill Wolfe wtwolfe@hubcap.clemson.edu