home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / README < prev   
Text File  |  2009-02-15  |  3KB  |  81 lines

  1. General Information:
  2.  
  3. This area contains material related to the Icon programming language.
  4. All material here is in the public domain.
  5.  
  6. ------------------------------------------------------------------------------
  7.  
  8. Icon is a high-level, general-purpose programming language with
  9. a large repertoire of features for processing strings of characters
  10. and structures.  For more information, visit the Icon web site,
  11.     http://www.cs.arizona.edu/icon
  12.  
  13. If you're a newcomer to Icon, be sure you download documentation for
  14. running Icon -- the details depend on the platform.  See the README
  15. file in the doc area as noted below.
  16.  
  17. The subdirectories here are:
  18.  
  19.     binaries    Executable binaries (only) for different platforms
  20.  
  21.     contrib        User-contributed material; not tested by us
  22.  
  23.     data        Data for program construction and testing
  24.  
  25.     doc        Documentation
  26.  
  27.     historic    Past versions of source code for Icon packages
  28.  
  29.     imt        Icon meta-translators
  30.  
  31.     library        Icon program library
  32.  
  33.     mticon        MT Icon (multi-thread Icon and instrumentation)
  34.  
  35.     newsgrp        Icon newsgroup archives
  36.  
  37.     packages    Program packages for different implementations.
  38.             Some contain source, while others do not.
  39.  
  40.     tests        Standard tests for Icon.
  41.  
  42. See the README files in these subdirectories for more information.
  43.  
  44. ------------------------------------------------------------------------------
  45.  
  46. About Downloading:
  47.  
  48.    Files with the following suffixes are text files and should be
  49. transferred in ascii (text) mode:
  50.  
  51.     .com      (VMS scripts)
  52.     .hqx      (Macintosh BinHex 4.0 encoding)
  53.     .txt      (documents formatted for mono-spaced devices)
  54.  
  55. Files with the following suffixes contain binary information and
  56. should be transferred in binary (image) mode:
  57.  
  58.     .arc      (ARC packaged files)
  59.     .bck      (VMS BACKUP)
  60.     .exe      (MS-DOS executables)
  61.     .gif      (CompuServe GIF images)
  62.     .lzh      (LHARC packaged files)
  63.     .pdf      (Adobe Acrobat Portable Document Format)
  64.     .taz      (compressed UNIX tar files:  zcat <file.taz | tar xvf -)
  65.     .tgz      (gzipped UNIX tar files:    gzcat <file.tgz | tar xvf -)
  66.     .zip      (PKZIP format packaged files)
  67.  
  68. Except for README files, file names without extensions also are binary.
  69.  
  70. In the doc directory, each .zip file contains a single PostScript file.
  71. Such a file can be unpacked on Unix systems using either unzip or gzcat.
  72.  
  73.    Note:  Some files are images of diskettes.  As such, they preserve
  74. the structure of the physical distribution as referred to in their
  75. documentation.  One consequence of this is that, for example, there
  76. are ARC files within ARC files.
  77.  
  78.    In some cases, ``natural'' file names have been modified to
  79. conform to limitations of some operating systems.  You may need
  80. to rename these files at your end.
  81.