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,aa8786249f0c751f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Fri, 15 Jul 2005 00:14:59 -0500 Newsgroups: comp.lang.ada Subject: Re: How difficult is ada to learn? References: <1120092264.749327.16210@z14g2000cwz.googlegroups.com> <1120141150.107320.139080@f14g2000cwb.googlegroups.com> <42c40952$0$32193$39cecf19@news.twtelecom.net> From: Ludovic Brenta Date: Fri, 15 Jul 2005 07:14:53 +0200 Message-ID: <87mzoolkfm.fsf@insalien.org> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:JtYa4kfqTaV4+7tbEc5lELHeQ/c= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 83.134.240.90 X-Trace: sv3-fiFqpcaL3hQfwisqs/uSgAy8kiURq7S+M1zfY3Ah361aMfcOipIStdUwFPqNJX4ctVmfNU5oNCF5Qus!Aan2yhkl2NsVdMMKDzmPZvS56ALfPk2S6gfjF6hJzCd6s4Cr/t3gkd1uxlcqGyquOg== X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:3630 Date: 2005-07-15T07:14:53+02:00 List-Id: Waldek Hebisch writes: > Robert A Duff wrote: >> Ada's array-of-boolean doesn't have the annoying restriction of >> Pascal sets to a small range. If you want 10_000 bits, that's fine >> in Ada, but Pascal compilers typically won't allow it. >> > > Use good Pascal compiler. GNU Pascal sets are limited by integer > size. On 32-bit machines you are still limited to 256 MB (while > packed bit array is able to use 64-bit indices and fill whole 4GB), > but on 64-bit machines the other limits strike first. Even on 32-bit > machines I would not call it "small range". Why would I use a good Pascal compiler if I already use an Ada compiler? -- Ludovic Brenta.