home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / forth / 3002 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  2.2 KB

  1. Path: sparky!uunet!gatech!pitt!willett!ForthNet
  2. From: ForthNet@willett.pgh.pa.us (ForthNet articles from GEnie)
  3. Newsgroups: comp.lang.forth
  4. Subject: ANS TC Magnet for ROMability
  5. Message-ID: <4000.UUL1.3#5129@willett.pgh.pa.us>
  6. Date: 22 Aug 92 13:27:02 GMT
  7. Organization: EIEI-U
  8. Lines: 60
  9.  
  10. Category 10,  Topic 22
  11. Message 76        Fri Aug 21, 1992
  12. B.RODRIGUEZ2 [Brad]          at 22:45 EDT
  13.  
  14. (split for Forthnet, part 2 of 2)
  15.  
  16. QUESTIONS:  Please answer the following:
  17.  
  18.   1. Is Section 1, "Scope, Purpose, and Content," a normative
  19.      section or an informative section?
  20.  
  21.   2. Is the dpANS a specification of an abstract language Forth,
  22.      or a specification of the behavior of Forth systems?
  23.  
  24.   3. Are cross-compilers considered within the scope of the
  25.      dpANS?  If not, at what time does the Committee expect to
  26.      consider the question of cross-compilers?
  27.  
  28.   4. Can a cross-compiler be an ANS Forth Standard System?
  29.      If so, what are the requirements for interpretive behavior?
  30.  
  31.   5. Which Forth words defined in the dpANS must be executable
  32.      interpretively in a Standard System?
  33.  
  34.   6. To what extent must newly-defined Forth words, comprising a
  35.      Standard Program, be executable interpretively in a Standard
  36.      System?
  37.  
  38.   7. Which of the following are valid Standard Programs?
  39.  
  40.      a)   4 5 + .
  41.  
  42.      b)   : TEST  4 5 + . ;
  43.  
  44.      c)   : TEST  4 5 + . ;  TEST
  45.  
  46.      d)   4 CONSTANT FOUR   FOUR 5 + .
  47.  
  48.      e)   : SQR  DUP * ;  4 SQR CONSTANT FOO
  49.  
  50.      f)   : SQCON  DUP * CONSTANT ;   4 SQCON FOO
  51.  
  52.   8. Must a compiler be an ANS Forth Standard System to label
  53.      itself "ANSI Standard"?
  54.  
  55.   9. Is the phrase "ANS Forth Cross Compiler" excluded by the
  56.      labeling requirements of section 4.1?
  57.  
  58.  10. What penalties are imposed upon vendors who wrongfully label
  59.      cross-compilers "ANSI Standard"?
  60.  
  61.  11. Is the Committee aware of any existing Forth cross-compilers
  62.      that -- apart from new word definitions -- can meet the
  63.      requirements of an ANS Forth Standard System?  If so, which?
  64.  
  65. -----
  66. This message came from GEnie via willett.  You *cannot* reply to the author
  67. using e-mail.  Please post a follow-up article, or use any instructions
  68. the author may have included (USMail addresses, telephone #, etc.).
  69. Report problems to: dwp@willett.pgh.pa.us
  70.