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,174ec7dc941a1068 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!i38g2000prf.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Factory Pattern Date: Thu, 26 Jul 2007 09:58:57 -0700 Organization: http://groups.google.com Message-ID: <1185469137.022851.91780@i38g2000prf.googlegroups.com> References: <1185387571.367570.163160@r34g2000hsd.googlegroups.com> <1185432247.046242.24300@o61g2000hsh.googlegroups.com> <1185439242.28126.36.camel@kartoffel> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1185469137 20205 127.0.0.1 (26 Jul 2007 16:58:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 26 Jul 2007 16:58:57 +0000 (UTC) In-Reply-To: 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) Complaints-To: groups-abuse@google.com Injection-Info: i38g2000prf.googlegroups.com; posting-host=66.126.103.122; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:1210 Date: 2007-07-26T09:58:57-07:00 List-Id: On Jul 26, 2:53 am, "Dmitry A. Kazakov" wrote: > On Thu, 26 Jul 2007 10:40:43 +0200, Georg Bauhaus wrote: > > Why is being case-insensitive and allowing full Unicode > > in identifiers schizophrenic? > > Because the concept of "case" does not apply to all scripts. I presume that > hieroglyphic scripts might possess quite outlandish ideas about arts of > glyphs composition and the equivalence of the results obtained. I agree, that's an area where C++ beats Ada. Ada programmers who wish to use hieroglyphics in identifiers could run into trouble figuring out where case-equivalence applies, while C++ programs tend to look like hieroglyphics anyway so there would be a lot less adjustment. -- Adam