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: a07f3367d7,caabf5265fad78e5 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!newsfeed.freenet.de!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Albrecht =?ISO-8859-1?Q?K=E4fer?= Newsgroups: comp.lang.ada Subject: Re: Learning Ada Date: Mon, 06 Jul 2009 22:29:10 +0200 Organization: 1&1 Internet AG Message-ID: References: <59O1m.404661$4m1.69194@bgtnsc05-news.ops.worldnet.att.net> <62792744-daca-437b-bdee-4b8a21f7ce27@j32g2000yqh.googlegroups.com> <82oq45tj2uu26u6ecsgq70bsjskr9dvghr@4ax.com> <878wj61bpo.fsf_-_@nbi.dk> <4a4f6cce$0$31869$9b4e6d93@newsspool3.arcor-online.net> <4Aa4m.421894$4m1.207252@bgtnsc05-news.ops.worldnet.att.net> <4a51d78d$0$30227$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: p54bc8779.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: online.de 1246912435 9348 84.188.135.121 (6 Jul 2009 20:33:55 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Mon, 6 Jul 2009 20:33:55 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 Mnenhy/0.7.5.0 Hamster-Pg/1.25.2.0 In-Reply-To: Xref: g2news2.google.com comp.lang.ada:6866 Date: 2009-07-06T22:29:10+02:00 List-Id: anon schrieb: > Now, A integer may change it range when switching from a 16-bit system to a > 64-bit system, but the 16-bit code will work because the range of a 16-bit > integer is a subrange of a 64-bit integer. Else, throw the CPU and the > programmer out the window. Yes, a programmer can make a misstate that > causes error, but that not Ada fault. it time to replace that bad programmer. You're forgetting the embedded market. There may be good reasons to downgrade from a 32-bit to a 16-bit (or even 8-bit) system. Power consumption, resistance to radiation or simply the price come to mind. Albrecht