home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / xlisp+ / xlisp+.spk / lsp / read_me < prev    next >
Text File  |  1992-10-02  |  2KB  |  48 lines

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