manual.hlp 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. The Manual
  2. ----------
  3. The PSL manual is now fairly complete. It consists of 26 chapters,
  4. residing as Topic.mss on <reduce.syslisp.manual>. Each topic is
  5. described in a separate major chapter. The chapters are available as
  6. files n-Topic.xxx, where "n" is the Chapter number (used in Index),
  7. and .xxx is .LPT (on <psl.lpt>) for offline perusal. To read the
  8. chapters in Emacs, there is a function which one can use to clean
  9. up the .LPT:
  10. <Meta-X> Load Library$uem:clean-files
  11. will make the function available; the functin itself is
  12. <Meta-X> Clean LPT File$
  13. Please do not change the version on PLPT:!
  14. Suggestions for additions and modifications should be sent to
  15. Griss@Utah-20 and B-Morrison@Utah-20.
  16. The chapters and their status is as follows:
  17. 0-TITLEPAGE [Intro]
  18. 00-PREFACE [Intro]
  19. 000-CONTENTS [Complete]
  20. 01-INTRODUCTION [Complete]
  21. 02-GETSTART [Complete]
  22. 03-RLISP [Complete]
  23. 04-DATATYPES [Complete]
  24. 05-NUMBERS [Complete]
  25. 06-IDS [Complete]
  26. 07-LISTS [Complete]
  27. 08-STRINGS [Complete]
  28. 09-FLOWOFCONTROL [Complete]
  29. 09-IDS [Complete]
  30. 10-FUNCTIONS [Complete]
  31. 11-INTERP [Complete]
  32. 12-GLOBALS [Complete]
  33. 13-IO [Complete]
  34. 14-TOPLOOP [Complete]
  35. 15-ERRORS [Complete]
  36. 16-DEBUG [Rough]
  37. 17-EDITOR [Rough]
  38. 18-UTILITIES [Rough]
  39. 19-COMPLR [Very Rough]
  40. 20-DEC20 [Rough]
  41. 21-SYSLISP [InComplete]
  42. 22-IMPLEMENTATION [InComplete]
  43. 23-PARSER [InComplete]
  44. 24-BIBLIO [Rough]
  45. 25-FUNCTION-INDEX [Complete]
  46. 26-CONCEPT-INDEX [Incomplete]