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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.90.202 with SMTP id by10mr45599722pab.39.1438255269592; Thu, 30 Jul 2015 04:21:09 -0700 (PDT) X-Received: by 10.140.101.243 with SMTP id u106mr659658qge.27.1438255269540; Thu, 30 Jul 2015 04:21:09 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f3no4870646igg.0!news-out.google.com!4ni83109qgh.1!nntp.google.com!69no2788422qgl.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Jul 2015 04:21:09 -0700 (PDT) In-Reply-To: <135c2b00-d13c-4f5d-a586-8aca442d363b@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.218.188.211; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 83.218.188.211 References: <2df4698f-4c8e-457c-822d-209cb2f8ab5e@googlegroups.com> <014427b1-ff7a-4a69-82e6-0330af77ed96@googlegroups.com> <91f88d79-197c-419f-84a8-908e05967a2c@googlegroups.com> <135c2b00-d13c-4f5d-a586-8aca442d363b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <22e33288-eb37-4e3c-84b7-d93130a949fc@googlegroups.com> Subject: Re: Running a preprocessor from GPS? From: gautier_niouzes@hotmail.com Injection-Date: Thu, 30 Jul 2015 11:21:09 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27194 Date: 2015-07-30T04:21:09-07:00 List-Id: Le jeudi 30 juillet 2015 10:03:15 UTC+2, EGarrulo a =E9crit=A0: > That doesn't mean much. Ada doesn't offer any facility for > automatic resource management, and that makes it unsuitable for > applications that go beyond constrained embedded development. Who > wants to chase resource leaks in this day and age?=20 Ouch - troll alarm there ?... In case it's not: you've missed the controlled types. It works like a charm= and statistically much better than GC, that appears to work in a random wa= y... and sometimes not at all!... Just put a microphone in a room with C# d= evelopers shouting at memory leaks ;-) ... BTW: in Ada you have a type system that let you do almost everything withou= t heap allocation, it is helpful as well :-) _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address