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-Thread: 103376,699cc914522aa7c4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada Subject: Re: C# versus Ada References: <1168885771.30643.20.camel@localhost> <1168891576.30643.39.camel@localhost> <5NKdnTv2UZfVZTbYnZ2dnUVZ_vipnZ2d@megapath.net> <1168975096.2218.125.camel@localhost> From: Markus E Leypold Organization: N/A Date: Wed, 17 Jan 2007 00:29:02 +0100 Message-ID: User-Agent: Some cool user agent (SCUG) Cancel-Lock: sha1:+cRNbbOtdG4vLdJZ3FU9UBFpJo4= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 88.72.212.13 X-Trace: news.arcor-ip.de 1168989881 88.72.212.13 (17 Jan 2007 00:24:41 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news2.google.com!news2.google.com!news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:8232 Date: 2007-01-17T00:29:02+01:00 List-Id: Georg Bauhaus writes: > On Tue, 2007-01-16 at 18:36 +0000, Ray Blaak wrote: > >> And it has garbage collection! > > Garbage collection is a property of all language implementations > targeting .NET or the JVM, so it's rather a property of the > implementation not the language. You could use A#, too, > or AppletMagic, etc. :-) I don't know. The requirement of garbage collection stems from the run time, so the languages had to be modified. It's still a property of the language definition. Regards -- Markus