home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / forth / 3470 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.5 KB  |  42 lines

  1. Path: sparky!uunet!spool.mu.edu!sol.ctr.columbia.edu!ira.uka.de!ira.uka.de!math.fu-berlin.de!uniol!majestix.informatik.uni-kiel.dbp.de!news
  2. From: uho@informatik.uni-kiel.dbp.de (Ulrich Hoffmann)
  3. Newsgroups: comp.lang.forth
  4. Subject: Re: No CONSTANT in eforth??
  5. Date: 10 Nov 1992 10:07:18 +0100
  6. Organization: Dept. of Computer Science, University of Kiel, FRG
  7. Lines: 30
  8. Message-ID: <1dnu46INN3ah@minnie.informatik.uni-kiel.dbp.de>
  9. References: <1992Nov8.232606.16423@ccu1.aukuni.ac.nz>
  10. NNTP-Posting-Host: minnie.informatik.uni-kiel.dbp.de
  11.  
  12. In <1992Nov8.232606.16423@ccu1.aukuni.ac.nz> comjohn@ccu1.aukuni.ac.nz (Mr. John T Jensen) writes:
  13.  
  14. >I have just started to look at eforth and it does not appear to know about
  15. >CONSTANT.  
  16.  
  17. Yes that's right. Even worse, the kernel does no contain DOES>, so you are
  18. NOT able to define CONSTANT as usual:
  19.  
  20. : CONSTANT ( x -- )  CREATE , DOES> ( -- x )  @ ;
  21.  
  22. Also there is no VOCABULARY and its supporting words, although the kernel is
  23. prepared for the ONLY/ALSO vocabulary concept.
  24.  
  25.  
  26. [There should been an extension file, which containes these among other
  27. things. Any references?]
  28.  
  29. How can anyone be productive with eFORTH without these features?!
  30.  
  31. Just wondering,
  32.                 Ulrich
  33.  
  34. P.S.  I added the above features to eforth a while a go. 
  35. I don't have the file at hand in the moment, so I will post it later.
  36.  
  37.  
  38. -- 
  39. Ulrich Hoffmann                  email: uho@informatik.uni-kiel.dbp.de  
  40. Institut fuer Informatik, Universitaet Kiel        Tel: +49 431 560426 
  41. Preusserstr 1-9, D-2300 Kiel 1, Germany            Fax: +49 431 566143
  42.