Re: Use of punctuation in a language?

Derk Gwen <derkgwen@HotPOP.com>
1 Nov 2003 12:00:35 -0500

          From comp.compilers

Related articles
Use of punctuation in a language? hsauro@cs.caltech.edu (Herbert) (2003-10-31)
Re: Use of punctuation in a language? derkgwen@HotPOP.com (Derk Gwen) (2003-11-01)
Re: Use of punctuation in a language? rosing@peakfive.com (MattR) (2003-11-01)
Re: Use of punctuation in a language? gah@ugcs.caltech.edu (Glen Herrmannsfeldt) (2003-11-02)
Re: Use of punctuation in a language? joachim.durchholz@web.de (Joachim Durchholz) (2003-11-08)
Re: Use of punctuation in a language? bobduff@shell01.TheWorld.com (Robert A Duff) (2003-11-08)
Re: Use of punctuation in a language? bear@sonic.net (Ray Dillinger) (2003-11-11)
Re: Use of punctuation in a language? jcownie@etnus.com (James Cownie) (2003-11-11)
[6 later articles]
| List of all articles for this month |

From: Derk Gwen <derkgwen@HotPOP.com>
Newsgroups: comp.compilers
Date: 1 Nov 2003 12:00:35 -0500
Organization: Quick STOP Groceries
References: 03-10-129
Keywords: syntax, design
Posted-Date: 01 Nov 2003 12:00:35 EST

Herbert <hsauro@cs.caltech.edu> wrote:
# Does anyone have any comments on the use of punctucation is a
# language, eg, compare the following two approaches?
#
# a = 3.4; b = 6.7;
#
# or
#
# a = 3.4 b = 6.7
#
# which is better, ease of reading for humans, issues regarding design
# of compilers (eg the punctuation-less version requires
# look-ahead?). Perhaps lack of punctuation is a bad language design?


Cobol permits this style of coding in many cases. You could try finding
reports on Cobol usage or poll comp.lang.cobol.


--
Derk Gwen http://derkgwen.250free.com/html/index.html


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.