Reviewer-Notes.text 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. 11 May 94
  2. Dear Reader,
  3. At the present time, pending X3J13 vote, this draft (version 15.17,
  4. document X3J13/94-101) is an internal draft of the X3J13 committee.
  5. In spite of the cover page that we have optimistically placed on this
  6. document, this is NOT yet a "draft proposed American National Standard".
  7. Since version 14.10 (document X3J13/93-102), ONLY EDITORIAL CHANGES have
  8. been made. A detailing of these changes can be found in the files
  9. Change-Log.text and Change-Summary.text.
  10. X3J13 will be asked by letter ballot whether it would like this version
  11. forwarded to X3 and OMC for approval. It is hoped that X3J13 will vote
  12. YES, but we will not know for sure until the letter ballot occurs.
  13. When the status changes, this document will be updated.
  14. If you have procedural questions, you can address them to me at
  15. Mail Kent M. Pitman
  16. X3J13 Technical Editor
  17. Harlequin, Inc.
  18. One Cambridge Center, Suite 904
  19. Cambridge, MA 02142
  20. Internet KMP@Harlequin.COM
  21. Phone +1-617-252-0052
  22. FAX +1-617-252-6505
  23. or to Guy Steele (X3J13 chairman) at
  24. Mail Guy L. Steele Jr.
  25. X3J13 Chairman
  26. Thinking Machines Corporation
  27. 245 First Street
  28. Cambridge, MA 02142-1214
  29. Internet GLS@Think.COM
  30. Phone +1-617-234-1000
  31. FAX +1-617-234-4444
  32. or to Dan Arnold (X3 Secretariat) at
  33. Mail Dan Arnold
  34. X3 Secretariat
  35. Computer and Business Equipment Manufacturer's
  36. Association (CBEMA)
  37. 1250 Eye Street, NW, Suite 200
  38. Washington, D.C. 20005-3922
  39. Internet 75300.2354@CompuServe.COM
  40. Phone +1-202-626-5747
  41. Thank you for your interest in Lisp, and in the standardization process.
  42. Sincerely,
  43. Kent M. Pitman
  44. ==============================================================================
  45. Notes about the attached files:
  46. Files Notes
  47. ----- -----
  48. *.dvi These files comprise the typeset document.
  49. *.tex The TeX sources.
  50. index.idx
  51. issue-index.text A mapping from technical issues to document
  52. page numbers.
  53. Change-Log.text By-file differences between this version and 14.10.
  54. Change-Summary.text By-topic summary of comments and actions taken
  55. since 14.10.
  56. Reviewer-Notes.text This file.
  57. Verification-Notes.text Information about how to verify the correctness
  58. of the information you have using md5-signatures.
  59. *.Z These files comprise compressed variants of
  60. any of the above. If some file foo.bar that you
  61. are looking for is not present, but foo.bar.Z is,
  62. you should transfer the file in binary mode and
  63. then use the unix "uncompress" program to expand
  64. the file back into foo.bar.
  65. ================================================================================
  66. Version 15.17
  67. Chap Description Pages
  68. 0. Cover 2
  69. Contents 18
  70. Figures 6
  71. Credits 8
  72. Index 22
  73. Total ...... 56
  74. 1. Scope, Organization, References, Defs,
  75. Compliance, Extensions, ALL CL Symbols 48
  76. 2. Syntax 42
  77. 3. Evaluation and Compilation 108
  78. 4. Types and Classes 44
  79. 5. Flow of Control 106
  80. 6. Iteration 46
  81. 7. Objects 94
  82. 8. Structures 20
  83. 9. Condition 74
  84. 10. Structures 26
  85. 11. Packages 44
  86. 12. Numbers 94
  87. 13. Characters 28
  88. 14. Conses 64
  89. 15. Arrays 42
  90. 16. Strings 16
  91. 17. Sequences 40
  92. 18. Hash Tables 18
  93. 19. Filenames 42
  94. 20. Files 14
  95. 21. Streams 64
  96. 22. Printer 82
  97. 23. Reader 26
  98. 24. System Construction 18
  99. 25. Environment 34
  100. 26. Glossary 66
  101. A. Appendix 4
  102. 1360 total pages.
  103. (Chapter and total page counts unchanged since version 14.10.)