Next section: Copyright and disclaimersDylan (TM) Interim Reference Manual
(c) 1992-1994 Apple Computer, Inc.
All rights reserved.
Contents
- About This Manual I
- Foreword To The First Edition Vii
- Preface To The First Edition Ix
- Acknowledgments Xvii
- 1. Introduction 1
- 2. Syntax 7
- 3. Variables 19
- 4. Control Constructs 27
- 5. Comparisons 39
- 6. Functions 43
- 7. Classes 67
- 8. Controlling Dynamism 91
- 9. Collections 95
- Functions For Collections 96
- Functions For Sequences 101
- The Instantiable Collection Classes 110
- Operations On Arrays 113
- Operations On Deques 115
- Operations On Lists 116
- Operations On Ranges 118
- Operations On Stretchy Vectors 119
- Operations On Strings 119
- Operations On Tables 121
- Operations On Vectors 122
- The Iteration Protocol 122
- Iteration Stability And Natural Order 128
- Collection Keys 128
- Mutability 130
- Collection Alignment 132
- Defining A New Collection Class: A Summary 134
- 10. Characters And Symbols 135
- 11. Numbers 137
- 12. Other Operations 143
- 13. Conditions 147
- 14. Modules 163
- 15. Libraries 171
- Appendix A: How To Get More Information 175
- Appendix B: Dylan Syntax BNF 177
- Footnotes 189