comp.lang.ada
 help / color / mirror / Atom feed
From: Stefan.Lucks@uni-weimar.de
Subject: Re: Is there a way to do large block of source code comments
Date: Wed, 3 Sep 2014 10:28:01 +0200
Date: 2014-09-03T10:28:01+02:00	[thread overview]
Message-ID: <alpine.DEB.2.11.1409031000550.24038@debian> (raw)
In-Reply-To: <8fd27434-43c2-4bd1-b72b-dd7a0ef5af75@googlegroups.com>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 2534 bytes --]

On Tue, 2 Sep 2014, robin.vowels@gmail.com wrote:

> On Tuesday, September 2, 2014 5:04:21 AM UTC+10, Jeffrey Carter wrote:
>> On 09/01/2014 10:24 AM, g.nospam@gmail.com wrote:
>>> is there a way to handle several lines at a time without having to do -- on every line?
>>> like /* ...
>>
>>>            ...
>>
>>>         */
>> No, this was explicitly omitted. See the Ada-83 Rationale 2.1:
>> [...] Such comments would require a closing comment delimiter and this 
>> would again raise the dangers [...] without the programmer realizing it, so
>> that the program would not mean what he thinks.
>
> When a block of code is to be omitted (temporarily or semi-permanently)
> it's convenient to have something like /* and */ as comment markers.

Convenient: Yes! Safe: No!

The issue is that nesting /* and */ makes makes it difficult to parse 
programs -- not for the computer, but for humans. At the time Ada has been 
originally designed, syntax highlighting editors where not so common as 
they where today (to say the least). The designers of Ada decided to avoid 
these issues.

> The above quotation is mere hype, like the author's justification for 
> omitting exponentiation in Pascal, somehow more convenient to use log 
> and exp instead!

Nonsense!

You don't need to agree with that decision by the Ada designers -- I am 
not sure if I would agree with that either -- but you should understand 
that it was something the Ada designers had carefully considered before, 
very much unlike the Pascal example you gave, which was really an ad-hoc 
decision, for the convenience of the compiler writer.

Now, I actually think it would have been possible to have block comments 
the Ada way (and is still possible for Ada 202X): Allow block comments 
(I'd suggest Pascal's "(*" and "*)" for their brackets but that is a 
matter of taste). Just prohibit nesting! I.e., any "(*" inside a block 
comment is a syntax error. Conventional "--" comments are allowed, and any 
"(*" and "*)" inside a conventional comment are allowed and ignored (i.e., 
not treated as block comment brackets).

This language feature would allow to easily comment out large program 
parts without safety issues. But I doubt there is actually much demand for 
that in the Ada community!

------  I  love  the  taste  of  Cryptanalysis  in  the morning!  ------
     <http://www.uni-weimar.de/cms/medien/mediensicherheit/home.html>
--Stefan.Lucks (at) uni-weimar.de, Bauhaus-Universität Weimar, Germany--

  parent reply	other threads:[~2014-09-03  8:28 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-01 17:24 Is there a way to do large block of source code comments gdotone
2014-09-01 19:04 ` Jeffrey Carter
2014-09-03  0:07   ` robin.vowels
2014-09-03  0:44     ` Jeffrey Carter
2014-09-03  1:15       ` gdotone
2014-09-03  4:17         ` J-P. Rosen
2014-09-03  8:04       ` Brian Drummond
2014-09-03  0:50     ` Adam Beneschan
2014-09-04  2:30       ` robin.vowels
2014-09-04 15:12         ` Adam Beneschan
2014-09-03  8:22     ` Georg Bauhaus
2014-09-03  8:28     ` Stefan.Lucks [this message]
2014-09-03  8:23       ` gdotone
2014-09-03  8:57         ` Pascal Obry
2014-09-03 15:12           ` Stefan.Lucks
2014-09-03 15:52             ` Pascal Obry
2014-09-03 17:48               ` Georg Bauhaus
2014-09-03 18:28                 ` Peter Chapin
2014-09-03 18:52               ` Adam Beneschan
2014-09-03 21:47                 ` gautier_niouzes
     [not found]                   ` <91e173a8-7451-4609-b141-ce3c6b19455f@googlegroups.com>
2014-09-04  5:56                     ` Pascal Obry
2014-09-03 22:42                 ` Georg Bauhaus
2014-09-03 21:02               ` Stefan.Lucks
2014-10-01 21:15                 ` Randy Brukardt
2014-09-03 16:58       ` Jeffrey Carter
2014-09-04 18:19       ` Keith Thompson
2014-09-03 15:32     ` Shark8
2014-09-04  2:37       ` robin.vowels
2014-09-04  7:20         ` Georg Bauhaus
2014-09-04 12:46           ` robin.vowels
2014-09-04 15:44             ` G.B.
2014-09-12  2:52         ` Shark8
2014-09-01 19:08 ` Niklas Holsti
2014-09-01 20:34   ` G.B.
2014-09-01 20:53     ` Niklas Holsti
2014-09-02 13:14       ` G.B.
2014-09-02 14:38         ` kalvin.news
2014-09-02 23:33         ` Randy Brukardt
2014-09-03  8:17           ` Georg Bauhaus
2014-09-01 21:15   ` Simon Wright
2014-09-02 15:01   ` Adam Beneschan
2014-09-02 16:35     ` Simon Wright
2014-09-02 17:14     ` Jeffrey Carter
2014-09-02 19:02     ` Niklas Holsti
2014-09-02 20:10       ` mockturtle
2014-09-02 23:36     ` Randy Brukardt
2014-09-01 19:13 ` Anh Vo
2014-09-01 21:04 ` gdotone
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox