[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nested comments



Original-Via: uk.ac.nsf; Wed, 19 Sep 90 11:26:48 BST
Date: Wed, 19 Sep 90 09:50:27 GMT
From: William Stoye <wstoye@acorn.co.uk>
To: haskell@cs.yale.edu
Subject: nested comments
Original-Sender: wstoye%uk.co.acorn@cs.yale.edu
Sender: haskell-request@cs.glasgow.ac.uk

Another route is to take the minimalist view of the ADA
designers, which is:

  there is NO block comment rule which is entirely safe from
  accidental closure of the comment.

This lead them to -- commenting out the rest of the line, as
the ONLY comment syntax. To comment out a block, invoke your
powerful text editor - not too hard these days.

Are functional languages supposed to be making things simpler
for programmers? Simple rules are good rules!

--William