home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / text / 9305nni.zip / 930519.ANC < prev    next >
Text File  |  1993-05-19  |  2KB  |  49 lines

  1. Article 6919 of alt.sources:
  2. Xref: serval comp.theory:5851 alt.sources:6919 vmsnet.sources.d:1090
  3. Path: serval!netnews.nwnet.net!usenet.coe.montana.edu!saimiri.primate.wisc.edu!nntp.msstate.edu!emory!nigel.msen.com!sdd.hp.com!cs.utexas.edu!tamsun.tamu.edu!enterpoop.mit.edu!senator-bedfellow.mit.edu!pierre.mit.edu!dsw
  4. From: dsw@pierre.mit.edu (David Woodruff, dsw@mitlns)
  5. Newsgroups: comp.theory,alt.sources,vmsnet.sources.d
  6. Subject: available:  Turing Machine interpreter progarm
  7. Date: 18 May 1993 23:45 EST
  8. Organization: MIT Lab for Nuclear Science
  9. Lines: 32
  10. Distribution: world
  11. Message-ID: <18MAY199323450196@pierre.mit.edu>
  12. NNTP-Posting-Host: pierre.mit.edu
  13. News-Software: VAX/VMS VNEWS 1.4-b1  
  14.  
  15. Hello,
  16.  
  17. I have written a turing machine interpreter with a reasonable user
  18. interface and fair documentation.  It is available via anonymous ftp
  19. from mitlns.mit.edu.  Copy all the files from the turing subdirectory.
  20. You are welcome to it.  I would appreciate all and any comments and
  21. suggestions.
  22.  
  23. With it you can create, alter and run turing machine models. 
  24. Quintuple sets may be entered interactively or by means of an ASCII
  25. file.  The interpreter can run 'macros', for executing frequently used 
  26. command sequences, which may be entered interactively or by means of
  27. file.  Both quintuple sets and macros can be saved to disk. 
  28. Interactive help is available.
  29.  
  30. The program was written on VAX/VMS in C, but I have taken pains to be
  31. sure that it is machine independant.  The purpose of the program was
  32. two-fold:  to give me a tool for testing turing machines submited by
  33. students in my discete math course, and to test some of my ideas on
  34. what a command interface and a help utility should look like.
  35.  
  36.                                  Enjoy!
  37.                                           David Woodruff
  38.  
  39.  
  40. *******************************************************************************
  41. "Call me Ishmael.  Some years ago-- never | David S. Woodruff  26-407
  42. mind how long precisely-- having little   | MIT Lab for Nuclear Science
  43. or no money in my purse, and nothing      | 77 Mass. Ave,  Cambridge MA, 02139
  44. particular to interest me on shore, I     | (617) 253-6943
  45. thought I would sail about a little and   |   
  46. see the watery part of the world."        | dsw@mitlns.mit.edu   MITLNS::DSW
  47.  
  48.  
  49.