home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xl21hos2.zip / README.LSP < prev    next >
Text File  |  1995-12-27  |  2KB  |  56 lines

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