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

  1. Title:            ARMBOB
  2. Author:            David Betz <dbetz@Apple.com>
  3. Version:        2.3
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        G.Wraith <G.Wraith@Sussex.ac.uk>
  8. Date:            01/07/97
  9. Keywords:        
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    RISC OS 3 or later
  16. Directory:        micros/arch/riscos/b/b178
  17. Date mounted/updated:    29/07/97
  18. File names:        armbob.arc
  19.             doc.html.arc
  20. Unarchived files:    91
  21. Unarchived size:    275 kbytes
  22. Omissions:        
  23. See also:        
  24.  
  25. -------------------------------------------------------------------------------
  26.  
  27. Acquiring the package:
  28.  
  29. Download the archive file(s) and extract using SparkPlug 2 (see the "tools_help"
  30. file in arch/riscos/tools for further info).
  31.  
  32.  
  33. Description:
  34.  
  35. ArmBob is a RISC OS version of Bob, a small object oriented language,
  36. with a syntax resembling C++.  It works by compiling the source program -
  37. which may be spread over several files - into code for a virtual machine,
  38. as an intermediate step, and then running the virtual machine emulator.
  39.  
  40. Bob provides an easy introduction to object oriented programming for
  41. those already familiar with Basic or C. Bob has a garbage collected
  42. heap which enables it to provide sophisticated datatypes without the
  43. complexities of storage allocation and pointer arithmetic.
  44.  
  45. HTML documentation is available in the archive doc.html.arc
  46.