“ATS Programming Foundations”¶
Contents:
- 1. Preface
- 2. Install ATS compiler
- 3. “Hello, world!” on ATS
- 4. Basic data types
- 5. Constant definition
- 6. Function definition
- 7. Conditional branch
- 8. Showing types
- 9. Understanding error messages
- 10. Tuples
- 11. Records
- 12. Character string
- 13. List
- 14. Recursive functions
- 15. Recursion on natural numbers
- 16. Dijkstra’s algorithm