home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 11 / CDACTUAL11.iso / cdactual / demobin / share / os2 / Xlispos2 / README.LSP < prev    next >
Encoding:
Text File  |  1995-03-24  |  2.0 KB  |  53 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.  
  27. * Functions documented in manual
  28.  
  29. Examples:
  30. ackerman.lsp    Ackerman's function
  31. akalah.lsp    "Kalah" (stones&pits) game
  32. akavect.lsp    (same as akalah.lsp, but uses arrays rather than lists)
  33. art.lsp        Simple OOP example
  34. blocks.lsp    Winston & Horn's "Blocks world". Uses classes.lsp.
  35. change.lsp    Change maker
  36. example.lsp    Simple OOP example
  37. fact.lsp    Factorial function
  38. fib.lsp        Fibinocci function (sorry for spelling)
  39. hanoi.lsp    Tower of hannoi puzzle
  40. hdwr.lsp    OOP example of hardware simulation
  41. ifthen.lsp    Mini expert system from Winston & Horn
  42. match.lsp    Pattern matcher from Winston & Horn
  43. prolog.lsp    Tiny Prolog interpreter
  44. qa.lsp        Question Answering program
  45. queens.lsp    Queens puzzle
  46. queens2.lsp    Queens puzzle -- semi-graphical
  47. search.lsp    Searching functions from Winston & Horn
  48. sort.lsp    Sorting routines
  49. tak.lsp        I have no idea. Some non-trivial recursive function.
  50. tconc.lsp    tconc implementation
  51. turtles.lsp    OOP turtle graphics example.
  52. wildcard.lsp    Wildcard pattern matcher
  53.