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,640b65cbfbab7216 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!q1g2000prf.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Ada.Strings.Bounded Date: Wed, 23 Apr 2008 08:03:42 -0700 (PDT) Organization: http://groups.google.com Message-ID: <51131ac3-96b4-4574-8349-1e6bc22bf997@q1g2000prf.googlegroups.com> References: <611360e0-595c-43a7-b5cb-137a278ec0c1@s13g2000prd.googlegroups.com> <15389tuelo6x6$.1c1a6yixordts$.dlg@40tude.net> <4c1be2a2-0178-4c1f-8c96-526020550f42@w4g2000prd.googlegroups.com> <15514187-d7d0-4650-a058-13ec5684be2c@w5g2000prd.googlegroups.com> <07e98c4f-9b79-412f-9e95-94dd04082355@p39g2000prm.googlegroups.com> <3eb5775f-c7f7-4f92-9154-8f25246b8592@p25g2000hsf.googlegroups.com> <1qds27et7r8rj$.1gkn1oz10um2s$.dlg@40tude.net> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1208963023 21068 127.0.0.1 (23 Apr 2008 15:03:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 23 Apr 2008 15:03:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q1g2000prf.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.7.12-1.3.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:21061 Date: 2008-04-23T08:03:42-07:00 List-Id: On Apr 23, 7:40 am, "Dmitry A. Kazakov" wrote: > On Wed, 23 Apr 2008 13:14:24 +0000 (UTC), Peter Hermann wrote: > > BTW (changing topic): > > I am still hoping that the next Ada 2015 will contain > > > subtype Number_Base is Integer range 2 .. 36; -- old:16; > > You should have asked for more, much MORE! Right! Base 36 allows us to use letters from A to Z, instead of just A to F. But with Unicode, we now have many, many, many more letters, so why limit it to 36? I think it would be great to have a numeric base that would allow us to encode a numeric literal that includes C with a hacek, a Tamil letter, some 5th-century Ogham runes, and a couple Chinese ideographs all in the same literal. It's obvious that this would be a very useful feature. -- Adam