home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / MISC / IFP05.ZIP / README.1ST < prev    next >
Encoding:
Text File  |  1987-06-09  |  2.0 KB  |  40 lines

  1.  
  2.     In preparing Mr. Robison's wonderful IFP programs for an archive, a few 
  3. words of explanation are in order:
  4.     
  5.     (1) All files should be placed on a bootable disk.
  6.     (2) FPDEMO.ARC represents the subdirectory \DEMO on the boot disk.
  7.     (3) FPMATH.ARC represents the subdirectory \MATH on the boot disk
  8.         and contains the following archives:
  9.         (3a) ARITH.ARC is the subdirectory \MATH\ARITH
  10.         (3b) LINEAR.ARC is the subdirectory \MATH\LINEAR
  11.                                             
  12.     After recreating these subdirectories, the programs should run as Arch 
  13. Robison intended.  I received these programs directly from the author and he 
  14. has authorized me to freely distribute copies of the diskette.
  15.     
  16.     I would like to make a few personal notes:
  17.     
  18.     (1) The PC-Write editor is somewhat dated (it's version 2.2), and you may 
  19. want to substitute your own favorite editor/word processor.  However, if you 
  20. are running strictly on floppies, then you may wish to stick with this older 
  21. version of PC-Write since it is considerably compact than the current (version 
  22. 2.71) PC-Write. 
  23.     
  24.     (2) If you are unfamiliar with FP, you will certainly want to do some 
  25. research in the some of the computer science journals.  I suggest you read 
  26. Backus' Turing lecture in the ACM Communications, since it was this paper that 
  27. spawned this interesting functional language.  At this time, I do not think 
  28. there are any texts on the language itself (though a few of the more recent 
  29. computer science texts might mention FP).  However, the MANUAL file and 
  30. Robison's DEMO files might be enough to get you started and whet your appetite 
  31. for functional programming.
  32.     
  33.     (3) You might be interested in the fact that the internals of the IFP 
  34. interpreter are described in a paper to appear in the Proceeding of the ACM 
  35. SIGPLAN '87 Symposium on Interpreters and Interpretive Techniques.  
  36. Congratulations, Arch D. Robison!!
  37.  
  38. -- Stephen F. Day
  39.  
  40.