home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / edu / 1341 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.8 KB

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