home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / misc / valspeak.doc < prev    next >
Text File  |  1986-10-24  |  792b  |  20 lines

  1. VALSPEAK is a filter program that has been circulating around the Usenet.
  2. It translates its standard input to Valley talk and sends it to the
  3. standard output.  Try invoking VALSPEAK without any arguments and type
  4. the line:
  5.  
  6.     I'll have a cheesburger with lettuce, tomato, pickles, and onions.
  7.  
  8. Better yet, take your favorite text file and run it through VALSPEAK.
  9. If you have a letter to your mom called MOM.LTR, enter the following:
  10.  
  11.     VALSPEAK <MOM.LTR >MOM.VAL
  12.  
  13. The Valley talk output goes to MOM.VAL.
  14.  
  15. The program is written in C (actually output from the Unix program lex so
  16. code is turgid).  It makes calls to rand() to randomly select cute phrases
  17. to interject into the output stream, so a given input may not always yield
  18. the same output from run to run.  Have fun!
  19.  
  20.