home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.edu:1341 comp.lang.fortran:3175
- Path: sparky!uunet!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!sirius!wvenable
- From: wvenable@algona.stats.adelaide.edu.au (Bill Venables)
- Newsgroups: comp.edu,comp.lang.fortran
- Subject: Re: Small Language Wanted
- Message-ID: <WVENABLE.92Aug26154731@algona.stats.adelaide.edu.au>
- Date: 26 Aug 92 06:17:31 GMT
- References: <DAVIS.92Aug23010605@pacific.mps.ohio-state.edu>
- <1992Aug25.034553.2990@linus.mitre.org>
- <1992Aug25.104211.1@vxdesy.desy.de>
- Sender: news@ucs.adelaide.edu.au
- Followup-To: comp.edu
- Organization: Department of Statistics, University of Adelaide
- Lines: 25
- Nntp-Posting-Host: algona.stats.adelaide.edu.au
- In-reply-to: pawlak@vxdesy.desy.de's message of 25 Aug 92 10:42:11 GMT
-
- >>>>> "Michal" == pawlak <pawlak@vxdesy.desy.de> writes:
-
- Michal> ... about 70% of the C code I had to work with was
- Michal> badly written because of:
- Michal> - ...
- Michal> - making use of case sensitivity (i.e. symbols 'value' and 'Value' in the
- Michal> same program)
- Michal> - ...
-
- I'll accept all the other points, but NOT this one. The concept of "case"
- is a printing artefact and makes no sense in this context. What's wrong
- with using all 52 letters in the character set? What could be more natural
- than using "x" for a singly indexed array and "X" for a doubly indexed one?
-
- Most versions of Fortran now do allow mixed case input (thank goodness -
- otherwise you would go deaf reading the stuff) but then to regard "i" and
- "I" as the *same* is a absolute gotcha.
-
- It's case INsensitivity that is the real syntactic curse in any language
- (or operating system for that matter).
-
- --
- ___________________________________________________________________________
- Bill Venables, Dept. of Statistics, | Email: venables@stats.adelaide.edu.au
- Univ. of Adelaide, South Australia. | Tel: +61 8 228 5412 Fax: ...232 5670
-