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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8143b93889fe9472 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.68.224.130 with SMTP id rc2mr1362369pbc.2.1359622946818; Thu, 31 Jan 2013 01:02:26 -0800 (PST) Path: 6ni27158pbd.1!nntp.google.com!news.glorb.com!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Ada standard and maximum line lengths Date: Thu, 31 Jan 2013 10:03:42 +0100 Organization: cbb software GmbH Message-ID: <1kje52rids1s2.1rsdj9wxv6h4c.dlg@40tude.net> References: <8dfcf819-e1d0-4578-a795-a4bf724b5014@googlegroups.com> <5107b329$0$6556$9b4e6d93@newsspool4.arcor-online.net> <5107eaed$0$6566$9b4e6d93@newsspool4.arcor-online.net> <51080c38$0$6561$9b4e6d93@newsspool4.arcor-online.net> <51085776$0$6637$9b4e6d93@newsspool2.arcor-online.net> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2013-01-31T10:03:42+01:00 List-Id: On Wed, 30 Jan 2013 10:28:46 -0500, Robert A Duff wrote: > Niklas Holsti writes: > >> - The longest real-life identifier exhibited so far is from the Unicode >> character names and is 73 characters. > > I'd prefer not to have such built-in limits. The fact that I've > never seen an identifier longer than 73 characters doesn't change > my mind. To argue for a built-in limit of 200 characters, I think > you have to not only argue that "nobody needs lines longer than that", > but also argue that there is some important advantage (efficiency? > simplicity?), which I don't see here. An argument might be that doing so you enlarge the set of legal yet non-compilable programs. Ideally, each legal program should be compilable. Furthermore, a program successfully compiled by the compiler X on the machine M, should also be compilable by the compiler Y on N. Theoretically, limiting the identifier length (and everything else from subprogram body size to record members number) makes sense. The actual problem is IMO that any choice of such a limit would be arbitrary, and there are far too many such limits to define. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de