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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: backlog4.nntp.dca3.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!news.etla.org!aioe.org!.POSTED!not-for-mail From: Qun-Ying Newsgroups: comp.lang.ada Subject: Re: Your wish list for Ada 202X Date: Thu, 03 Apr 2014 13:19:42 -0700 Organization: Aioe.org NNTP Server Message-ID: References: <7f1c01c5-3563-4b94-9831-152dbbf2ecdc@googlegroups.com> <2d62368c-9f64-49f3-98a8-5121d0c0fa23@googlegroups.com> NNTP-Posting-Host: QG+sVfyUW3QoXBz9uF2CgQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0 SeaMonkey/2.25 X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.dca.giganews.com comp.lang.ada:185480 Date: 2014-04-03T13:19:42-07:00 List-Id: Robert A Duff wrote: > But I agree with you that Ada ought to require[*] 64-bit integers > (and more, as Jeff Carter said). On the other hand, I have > no use for Standard.Long_Long_Integer -- I just want to be > able to say things like "range 1..2**123". > - Bob > What prevents a compiler to implement that in the current standard? Couldn't the compiler use internal representation (like using the gmp lib) for such big range?