home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / icon / 604 < prev    next >
Encoding:
Text File  |  1993-01-24  |  945 b   |  22 lines

  1. Newsgroups: comp.lang.icon
  2. Path: sparky!uunet!mercury.hsi.com!mlfarm!cs.arizona.edu!icon-group
  3. Date: Sat, 23 Jan 93 00:10:44 MST
  4. From: whm@shepard.sunquest.com (Bill Mitchell)
  5. Message-ID: <9301230710.AA27565@shepard.sunquest.com>
  6. Subject: Re: entab/detab
  7. Lines: 13
  8.  
  9. I suspect that usage of entab/detab (mostly the latter) is related to one's
  10. dialects of implementation techniques and input designs.  Personally, in ten
  11. years of Icon programming, I've never had a strong urge for either entabbing
  12. or detabbing and if I've ever used entab/detab, I can't remember it.
  13.  
  14. detab users: Why do you typically use it?  To make intra-line whitespace
  15. always be blanks?  To make sure that what would print in column N on the
  16. screen is the Nth character in a string?  What else?
  17.  
  18. My opinion is that entab/detab should have been left as IPL procedures.
  19. I don't think that the idiom they provide is used frequently enough to
  20. justify inclusion in the language.
  21.  
  22.