home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / forth / mac / 26 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!netnews.upenn.edu!meded6.med.upenn.edu!user
  2. From: sorry no email (Randolph Peters)
  3. Newsgroups: comp.lang.forth.mac
  4. Subject: Pocket Forth
  5. Message-ID: <sorry?no?email-141292131847@meded6.med.upenn.edu>
  6. Date: 14 Dec 92 18:28:04 GMT
  7. Sender: news@netnews.upenn.edu
  8. Followup-To: comp.lang.forth.mac
  9. Organization: Hospital of the University of Pennsylvania
  10. Lines: 22
  11. Nntp-Posting-Host: meded6.med.upenn.edu
  12.  
  13. I'm a pocket forth user. Pocket forth is great for learning the forth
  14. ropes, as it were, and is not bad for automatic handling of the event loop.
  15. Considering how stripped down it is, it is a remarkably full-featured forth
  16. implementation and is fairly true to the Brodie text "Starting Forth." 
  17.  
  18. If there are any other pocket forth users out there, you may find this
  19. little
  20. bug fix useful (basically, it allows you to use interpret correctly by
  21. resetting the input stream). See my posting on comp.lang.forth for more
  22. discussion on this.
  23.  
  24. : 0>is   tib a>r 2r> ,$ 285E ; macro
  25.  
  26. : query   tib 80 32 fill     0>is    tib 80 expect    interpret ;
  27.  
  28.  
  29.  
  30.  
  31. Randolph Peters
  32. Suite C, 3rd floor Silverstein
  33. Hosp of the Univ of PA
  34. 34th and Spruce Streets, Phila PA 19104
  35.