home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 018.lha / docs / AmigaDoc next >
Text File  |  1986-10-19  |  694b  |  19 lines

  1.     This Amiga port of Little Smalltalk is for Aztec C v3.20.
  2. Compile with 16-bit integers (primitive.c requires cc flag -y200).
  3. Name your final disk Smalltalk: and include st, :parser/parse,
  4. and all files in :prelude.
  5.  
  6.     This package was intended for Unix, so it's surprising how few
  7. changes were necessary:
  8. 1) Simulated enums with #defines.
  9. 2) Added rand().
  10. 3) Replaced redirection in parse's command line with a third argument.
  11. 4) system().  I've used AmigaDOS's Execute() even though it doesn't
  12. provide a useful return code, since it does support calls to both CLI and C
  13. programs, plus redirection.
  14.  
  15.                         Bill Kinnersley
  16.                         CS Dept
  17.                         Washington State University
  18.                         Pullman, WA 99164
  19.