1. 1. Preface
    1. 1.1. Conventions
    2. 1.2. Acknowledgement
  2. 2. Introduction
  3. 3. Reserved words
  4. 4. Comments
  5. 5. Require and Alias
  6. 6. Definitions
  7. 7. Assignments
  8. 8. Modules and Lambdas
  9. 9. Condition
  10. 10. Recursion
  11. 11. Try catch and finally
  12. 12. Basic modules and lambdas
    1. 12.1. Nil
    2. 12.2. True
    3. 12.3. False
    4. 12.4. Int
    5. 12.5. Float
    6. 12.6. String
    7. 12.7. List
    8. 12.8. Dict
    9. 12.9. RegExp
    10. 12.10. Range
    11. 12.11. Error
    12. 12.12. puts
    13. 12.13. show
    14. 12.14. noop
    15. 12.15. assert
  13. 13. Libraries
    1. 13.1. math
    2. 13.2. os
      1. 13.2.1. Process
      2. 13.2.2. ProcessState
    3. 13.3. fs
      1. 13.3.1. File
      2. 13.3.2. FileMode
      3. 13.3.3. FileInfo
    4. 13.4. exec
      1. 13.4.1. Cmd
    5. 13.5. http
      1. 13.5.1. Query
      2. 13.5.2. Request
      3. 13.5.3. Response
      4. 13.5.4. Cookie
      5. 13.5.5. Client
    6. 13.6. time
      1. 13.6.1. Time
      2. 13.6.2. Duration
      3. 13.6.3. Timer
      4. 13.6.4. Ticker
    7. 13.7. encoding
      1. 13.7.1. base32
      2. 13.7.2. base64
      3. 13.7.3. json
    8. 13.8. crypto
      1. 13.8.1. md5
      2. 13.8.2. sha1
      3. 13.8.3. sha256
    9. 13.9. x
      1. 13.9.1. logging
  14. 14. Miscellaneous
    1. 14.1. Installation
    2. 14.2. Commands
    3. 14.3. Plugins

Aquarius Cookbook

x