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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,147f221051e5a63d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.bt.com!news.bt.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 19 May 2008 09:42:25 -0500 From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: memory management in Ada: tedious without GC? Date: Mon, 19 May 2008 15:45:58 +0100 Reply-To: brian@shapes.demon.co.uk Message-ID: References: <4ddef8bf-b5b1-4d7e-b75b-386cd6c8402c@l17g2000pri.googlegroups.com> <48793412-25e3-48b6-bb5e-ce43c566c1e4@b1g2000hsg.googlegroups.com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Usenet-Provider: http://www.giganews.com X-AuthenticatedUsername: NoAuthUser X-Trace: sv3-6YEMjobCxo+zVvFrATuyXH6R6HNc0sishmPzaWXDc1OuRzC9rrJu6CCUH//i/xViT6gK1RqaizwLKb/!aY/3zR5yn4EI7ftzqNU+zJxw+3+WlTEOmqJS22lQqjTT1f3Mo+Rj4DaaUn5r6R+AX0Q9593Jc4TX!YFk= X-Complaints-To: abuse@btinternet.com X-DMCA-Complaints-To: abuse@btinternet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.38 Xref: g2news1.google.com comp.lang.ada:242 Date: 2008-05-19T15:45:58+01:00 List-Id: On Sat, 17 May 2008 09:47:37 -0700 (PDT), Maciej Sobczak wrote: >On 17 Maj, 16:30, Brian Drummond wrote: > >> But if you appreciate that about half the patterns in the "Gang of Four" >> book only exist because of defects in C++ > >Please name those patterns. I must apologise, I'm going to have to wimp out of providing them, at least until I can re-read the book properly. But a sketch answer; a lot of them seemed to be about how to discipline oneself to achieve various aspects of information hiding or separation between interface and implementation, that a better type system would have achieved automatically, or nearly so. - Brian