home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / xlisp / xl21freq.zip / README.LSP < prev    next >
Text File  |  1993-12-17  |  2KB  |  54 lines

  1. Brief description of included Lisp source files and related documentation:
  2.  
  3. Utilities:
  4. backquot.lsp    Adds working nested backquotes
  5. classes.lsp*    Useful functions for OOP
  6. common.lsp*    More Common Lisp compatible functions.
  7. common2.lsp     Still more Common Lisp compatible functions.
  8. edit.lsp    Access external editor on .lsp files
  9. evalenv.lsp    EVAL in current lexical context
  10. glos.lsp    Glossary function
  11. glos.txt    data file for glossary function
  12. infix.lsp    Read macros for Infix to prefix converter (Winston and Horn)
  13. init.lsp*    Default initialization file
  14. inspect.lsp     Structure Editor (new version)
  15. matrix.lsp    Poor implementation of multidimensional arrays
  16. pp.lsp*        Pretty printer
  17. rational.lsp    An attempt at implementing "rationalize"
  18. readme.lsp      This file
  19. repair.lsp*    Structure Editor
  20. sendmacr.lsp    Read macros for "send" function
  21. step.lsp*    Simple single-step utility
  22. stepper.lsp    More advanced single-step utility
  23. stepper.doc    Documentation for stepper.lsp
  24. turtle.lsp    Turtle graphics primitives, from PC-LISP
  25.  
  26. * Functions documented in manual
  27.  
  28. Examples:
  29. ackerman.lsp    Ackerman's function
  30. akalah.lsp    "Kalah" (stones&pits) game
  31. akavect.lsp    (same as akalah.lsp, but uses arrays rather than lists)
  32. art.lsp        Simple OOP example
  33. blocks.lsp    Winston & Horn's "Blocks world". Uses classes.lsp.
  34. change.lsp    Change maker
  35. dragon.lsp    Dragon curve, originally from PC-Lisp. Uses turtle.lsp
  36. example.lsp    Simple OOP example
  37. fact.lsp    Factorial function
  38. fib.lsp        Fibinocci function (sorry for spelling)
  39. gblocks.lsp    blocks.lsp, with graphic display
  40. hanoi.lsp    Tower of hannoi puzzle
  41. hdwr.lsp    OOP example of hardware simulation
  42. ifthen.lsp    Mini expert system from Winston & Horn
  43. match.lsp    Pattern matcher from Winston & Horn
  44. prolog.lsp    Tiny Prolog interpreter
  45. qa.lsp        Question Answering program
  46. queens.lsp    Queens puzzle
  47. queens2.lsp    Queens puzzle -- semi-graphical
  48. search.lsp    Searching functions from Winston & Horn
  49. sort.lsp    Sorting routines
  50. tak.lsp        I have no idea. Some non-trivial recursive function.
  51. tconc.lsp    tconc implementation
  52. turtles.lsp    OOP turtle graphics example.
  53. wildcard.lsp    Wildcard pattern matcher
  54.