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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,93a8e26f233f1cde X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.74.201 with SMTP id w9mr716343pbv.0.1334185173611; Wed, 11 Apr 2012 15:59:33 -0700 (PDT) Path: r9ni45582pbh.0!nntp.google.com!news2.google.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Does Ada still competitive? Date: Thu, 12 Apr 2012 00:59:31 +0200 Organization: Ada @ Home Message-ID: References: <2667883.6.1334114293790.JavaMail.geo-discussion-forums@pblw1> NNTP-Posting-Host: UwkdScs80nuLepnm9Aghhw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.62 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2012-04-12T00:59:31+02:00 List-Id: Le Wed, 11 Apr 2012 22:19:29 +0200, a =C3=A9crit: > One reason is the change to "Return by Type" from "Return by reference= " > which started around 2007. The problem with "Return by Type" is that > the "Generic package" must be compiled within the routine or package > that uses it. Which means the "Generic package" is a one application > only so why use generic in the first place. Don't bring confusion with generics and libraries. Generics are a design= = method you may compare with automatic program generation in some way, = while libraries are something you link to. Your logic could lead to = assertions like =E2=80=9Cthis design pattern must be compiled for each u= se place, = so why use design patterns at all?=E2=80=9D. Do you see where your error= is? If = =E2=80=9CMust not be recompiled=E2=80=9D is not a requirement, no need t= o worry about. And = compilation is the least nightmare for an enterprises like NASA is I = believe. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [1] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [1] [1]: Epigrams on Programming =E2=80=94 Alan J. =E2=80=94 P. Yale Univers= ity