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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,7f4d16c4ee371eb5 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: Why is it Called a Package? Date: 2000/04/08 Message-ID: <87bt3l5zfs.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 608274338 Content-Transfer-Encoding: 8bit References: <38DF7F38.8D656ABD@lmtas.lmco.com> <38DFB0BC.9FF72EFC@callnetuk.com> <87u2hq857e.fsf@deneb.cygnus.argh.org> <38E2A4A4.E59E997C@research.canon.com.au> <8ck2mt$jrn$1@clnews.edf.fr> <38EE19E0.F0232DB0@Raytheon.com> <8clfc1$o71$1@slb2.atl.mindspring.net> Mail-Copies-To: never Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 955145815 5506 192.168.1.2 (7 Apr 2000 22:16:55 GMT) Organization: Penguin on board User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 7 Apr 2000 22:16:55 GMT Newsgroups: comp.lang.ada Date: 2000-04-07T22:16:55+00:00 List-Id: Richard D Riehle writes: > Curly braces, yet. I recall reading somewhere that the reason for > not including curly braces in Ada was due to the worldwide shortage > of { and } created by heavy usage of the C family of languages. It > is simply a matter of economics. Perhaps the same economics applies > to the square brackets. :-) I think Ada's conservative source character set is due to the fact that the full ASCII set is not available in all parts of the world. For example, in Germany, a national variant of ISO 646 is still widely used[1]. On a ISO 646-DE terminal, "@[]\{}|~" is viewed as "��������", for example. [1] Given its limitations. I hope only very few programmers still have to maintain source code in this character set, but it appears that some large data processing systems still use it, and a lot of embedded systems.