home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / programmation / langages-ppc / ppccforth.readme < prev    next >
Text File  |  1998-02-11  |  844b  |  26 lines

  1. Short:    Highly portable forth implementation, powerUP (TM)
  2. Author:   Allan Pratt, Fred Fish, Andreas R. Kleinert (PPC port)
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Type:     dev/lang
  5. Source:   Fish collection, Aminet
  6.  
  7. A highly portable forth implementation.  Lots of goodies.
  8.  
  9. Ever wanted to run a FORTH interpreter on your powerUP (TM)
  10. board ? Now you can do it... 8-)
  11.  
  12. I just did this port (original source and 68k version:
  13. dev/lang/cforth.lha) for test purposes (and fun), but maybe someone
  14. can make some more use out of this (there's some relation between
  15. Forth and PCI, as you may know...)
  16.  
  17. Note, that the C code still does look quite ugly and isn't
  18. really ANSI compliant (see the many "IGNORE" statements
  19. in SCOPTIONS) but it compiled well nevertheless and seems
  20. to do what it should do.
  21.  
  22. Enjoy playing around with it.
  23.  
  24. --
  25. ARK, 8/Feb/98
  26.