1. Intro to Graphix
  2. Installing Graphix
  3. Core Language
    1. Fundamental Types
    2. Let Binds
    3. Connect
    4. Blocks
    5. Use
    6. Select
    7. Error Handling
  4. Functions
    1. Labeled and Optional Arguments
    2. Closures
    3. First Class Functions
    4. Late Binding
    5. Polymorphism
    6. Recursion
    7. Detailed Semantics
  5. User Defined Types
    1. Structs
    2. Variants
    3. Tuples
    4. Named Types
    5. Parametric Polymorphism
    6. Recursive Types
  6. Modules
    1. Inline Modules
    2. External Modules
    3. Dynamic Modules
  7. The Standard Library
    1. core
    2. net
    3. array
    4. str
    5. re
    6. time
    7. rand
  8. Building UIs With Graphix
    1. TUIs
      1. barchart
      2. block
      3. browser
      4. calendar
      5. canvas
      6. chart
      7. text
      8. paragraph
      9. gauge
      10. linegauge
      11. layout
      12. list
      13. scroll
      14. sparkline
      15. table
      16. tabs
  9. Embedding Graphix
    1. Writing Built in Functions
    2. Using graphix-shell
    3. Using graphix-rt