home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2611 / README < prev    next >
Encoding:
Text File  |  1991-01-25  |  725 b   |  24 lines

  1. I think this belongs somewhere alongside such films as "Abbot and
  2. Costello meet Frankenstein's Monster". But, here it is anyway ...
  3.  
  4.     PERL MEETS INTERCAL.
  5.  
  6. In this posting, you will find the usersubs stuff to add Intercal
  7. functions to Perl. Unshar it somewhere (/dev/null would probably
  8. do), and run make. (You may need to alter SRC in the Makefile).
  9.  
  10. The resulting binary, iperl, will work just like perl with the
  11. addition of the following Intercal functions:
  12.  
  13.     and16        and16        mingle
  14.     or16        or16        select
  15.     xor16        xor16
  16.  
  17. The test file, op.ical, will run tests to ensure that the functions
  18. work. This may be done using "make test".
  19.  
  20. The program iperlsh just reads in perl expressions (one per line) and
  21. evaluates them.
  22.  
  23.     Kevin.
  24.