home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / rexx / 1008 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  2.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!rutgers!concert!borg!news_server!martinc
  2. From: martinc@grover.cs.unc.edu (Charles R. Martin)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: new rexx programmer
  5. Message-ID: <MARTINC.92Sep13210619@grover.cs.unc.edu>
  6. Date: 14 Sep 92 01:06:19 GMT
  7. References: <1992Sep12.819.850@execnet>
  8. Sender: news@cs.unc.edu
  9. Distribution: comp
  10. Organization: UNC Department of Computer Science
  11. Lines: 51
  12. In-reply-to: jeff.zeitlin@execnet.com's message of 13 Sep 92 00:48:57 GMT
  13.  
  14. In article <1992Sep12.819.850@execnet> jeff.zeitlin@execnet.com (jeff zeitlin) writes:
  15.  
  16.     Subject: (was: newbie rexx programmer asks silly questions)
  17.  
  18.    CRM::>Just discovered rexx in the process of writing some OS 2 tools.
  19.  
  20.    CRM::>Question 1: Can someone recommend a particular rexx implementation for
  21.       ::>DOS? Are there any pros and cons to be considered, or is one as good as
  22.       ::>another?
  23.  
  24.       As far as I know, the only DOS implementation of the REXX language
  25.       is Personal Rexx from Quercus Systems, POBox 2157, Saratoga CA
  26.       95070.  Phone +1 408/867-7399, FAX +1 408/867-7489, BBS +1
  27.       408/867-7488 2400-8N1. Part of the documentation you receive is a
  28.       copy of Cowlishaw, 2ed.
  29.  
  30.       Personal Rexx is available for both DOS and OS/2.
  31.  
  32. There are also at least two others: The various Rexxes from Kilowatt
  33. Software, including one that is apparently for Windows and included a
  34. bunch of Windows human-interface stuff (I've not been able to
  35. investigate further, but I just got my new catalogue from the
  36. Programmer's Shop.)
  37.  
  38.    CRM::>Question 2: Given a string like this
  39.  
  40.    CRM::>A*B*C*D*E*F/
  41.  
  42.       WHere/how did this fail?  I just tried it on my system, using your
  43.       delimiters and the correction I noted above, and got what I
  44.       expected.  Note that I am using the Quercus Systems (Personal) Rexx
  45.       that I mentioned above.
  46.  
  47. Thanks, we've determined that it was a buggy UNIX implementation here.
  48. I've since tried it on my OS/2 box at my consulting job and discuovered
  49. that modulo dyslexing the slash my version worked fine.  I also had
  50. pointed out the fascinating code-squeeze of:
  51.  
  52.     do ix=1 to umpteen while line <> ''
  53.        parse ...
  54.     end
  55.  
  56. --
  57. Charles R. Martin/(Charlie)/martinc@cs.unc.edu/(ne crm@cs.duke.edu) 
  58. O/Dept. of Computer Science/CB #3175 UNC-CH/Chapel Hill, NC 27599-3175
  59. H/3611 University Dr #13M/Durham, NC 27707/(919) 419 1754
  60. ----------------------------------------------------------------------
  61. "I am he who walks the States with a barb'd tongue, questioning every
  62. one I meet,/Who are you that wanted only to be told what you knew
  63. before?/ Who are you that wanted only a book to join you in your
  64. nonsense?"  _Leaves of Grass_ xxiii.4.
  65.