1. 1. The Basics of Adama
  2. 2. Tutorial - Hands on /w CLI
    1. 2.1. Installing the tool
    2. 2.2. Initializing your developer account
    3. 2.3. Creating a space
    4. 2.4. Bringing users into view
    5. 2.5. Writing and deploying Adama code to a space
    6. 2.6. Using the JavaScript client
  3. 3. Language Tour
  4. 4. How-to Guides
    1. 4.1. Tic-Tac-Toe
  5. 5. Examples to get playful with
    1. 5.1. Tic-Tac-Toe
    2. 5.2. Durable PubSub
    3. 5.3. Maximum Number
    4. 5.4. Hearts
    5. 5.5. Chat
    6. 5.6. Twilio SMS Bot
    7. 5.7. A silly example to tour features
  6. 6. Language Guide
    1. 6.1. Static policies and document events
    2. 6.2. Document layout
    3. 6.3. Types
    4. 6.4. Rich types
    5. 6.5. Comments are good for your health
    6. 6.6. Constants
    7. 6.7. Records
    8. 6.8. Messages
    9. 6.9. Local variables and assignment
    10. 6.10. Doing math
    11. 6.11. Anonymous messages and arrays
    12. 6.12. Maybe some data, maybe not
    13. 6.13. Tables and integrated query
    14. 6.14. Maps and reduce
    15. 6.15. Standard control
    16. 6.16. Functions, procedures, and methods oh my
    17. 6.17. Enumerations and dynamic dispatch
    18. 6.18. Async with channels, futures, and handlers
    19. 6.19. The glorious state machine
    20. 6.20. Reactive formulas
    21. 6.21. Privacy and bubbles
    22. 6.22. Web processing
    23. 6.23. Interacting with remote services
  7. 7. Reference
    1. 7.1. Standard Library
      1. 7.1.1. String
      2. 7.1.2. Math
      3. 7.1.3. Statistics
      4. 7.1.4. Principals
    2. 7.2. Authentication
    3. 7.3. Deployment Plan
    4. 7.4. JavaScript API
    5. 7.5. JSON Delta Format
  8. 8. RxHTML
  9. 9. History and Motivations behind Adama (i.e. Why!?!)
    1. 9.1. Origin Story
    2. 9.2. Embracing Laziness
    3. 9.3. Affordability (i.e. Cheap)
    4. 9.4. Stable computing
    5. 9.5. Fun as a goal
  10. 10. What is this Adama Thing
    1. 10.1. Living Documents
    2. 10.2. Actors, Actors, Actors
    3. 10.3. Dungeon Master
    4. 10.4. Mixed Storage and Compute Engine
    5. 10.5. Privacy respecting storage
    6. 10.6. Single file infrastructure

Adama Platform

Standard Library

  • String
  • Math
  • Statistics
  • Principals