home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / a293_2 < prev    next >
Text File  |  1999-04-27  |  1KB  |  46 lines

  1. Title:            AFORTH
  2. Author:            Mads Meisner-Jensen
  3. Version:        0.70
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Mads Meisner-Jensen
  8. Date:            14/04/93
  9. Keywords:         Program processors; Program compilers; 
  10.                   Procedural languages; Forth
  11. Shareware:        No
  12. Machine:        Archimedes
  13. Operating system:    RISCOS
  14. Memory requirements:    
  15. Peripherals needed:    
  16. Other s/ware needed:    
  17. Directory:        micros/arch/riscos/a/a293
  18. Date mounted/updated:    21/04/93
  19. File names:        a293.arc
  20. Unarchived files:    33
  21. Unarchived size:    164 Kbytes
  22. Omissions:        
  23. See also:        
  24.  
  25. -------------------------------------------------------------------------------
  26.  
  27. Acquiring the package:
  28.  
  29. Download the uuencoded file and extract using SparkPlug 2 (see the "tools_help"
  30. file in arch/riscos/tools for further info).
  31.  
  32.  
  33. Description:
  34.  
  35. AForth is an ANS standard Forth for the Archimedes, based on the draft proposal
  36. standard called Basis 15.  Its features include:
  37. * Direct threaded compiler, meaning fast execution - many times faster than
  38.   BASIC.
  39. * Programmed in pure machine code highly optimized for speed of compilation
  40.   and execution.
  41. * Compact module holding complete kernel.
  42. * RISC-OS interfaces: Tasks, SWIs, error handling, strings etc.
  43. * ANS Basis 15 compliance. AForth includes the Core, File Access, Search Order,
  44.   Memory Allocation and Error handling wordsets.  Includes parts of the Core
  45.   Extension, Toolkit Extension and String word sets.
  46.