1. Introduction
  2. Getting Started
  3. Installation
  4. Quick Start
  5. Your First Program
  6. Core Concepts
  7. Why SFX?
  8. Mathematical Honesty
  9. 1-Based Indexing
  10. No Null Pointers
  11. Grapheme Clustering
  12. Language Syntax
  13. Basic Syntax
  14. Variables and Assignment
  15. Data Types
    1. Numbers
    2. FastNumber
    3. Strings
    4. Boolean
    5. Lists
    6. Maps
    7. Option Types
    8. Weak References
  16. Operators
  17. Comments
  18. Comma-Separated Syntax
  19. Control Flow
  20. If/Else
  21. When/Is/Otherwise
  22. Repeat Times
  23. Repeat While
  24. For Each
  25. Break and Continue
  26. Return
  27. Object-Oriented Programming
  28. Concepts (Classes)
  29. Fields
  30. Methods
  31. Method Parameters
  32. This Keyword
  33. Creating Instances
  34. Set Statement
  35. Context-Oriented Programming
  36. Situations
  37. Adjustments
  38. Switch On/Off
  39. Proceed
  40. Use Cases
  41. Reactive Programming
  42. When Observers
  43. Self-Healing Data
  44. Cascading Updates
  45. Recursion Guard
  46. Use Cases
  47. Error Handling
  48. Try/Catch/Always
  49. Error Objects
  50. Best Practices
  51. Concurrency
  52. Do in Background
  53. Task Handles
  54. Channels
  55. Thread Safety
  56. Standard Library
  57. Overview
  58. File Operations
  59. Data Parsing
    1. JSON
    2. XML
    3. HTML
    4. CSV
    5. TOML
  60. Networking
    1. HTTP
    2. WebSocket
    3. TCP
    4. UDP
  61. System
  62. Environment
  63. Time
  64. Math
  65. LLM Integration
  66. JIT Compilation
  67. Overview
  68. How It Works
  69. Profiling System
  70. Optimization Tiers
  71. Performance Benchmarks
  72. Supported Features
  73. Limitations
  74. Examples
  75. Hello World
  76. Mathematical Operations
  77. Working with Lists
  78. Object-Oriented Examples
  79. Context-Oriented Examples
  80. Reactive Observers
  81. File I/O
  82. HTTP Requests
  83. Concurrency
  84. Physics Simulation
  85. Advanced Topics
  86. Performance Tips
  87. Memory Management
  88. Debugging
  89. Testing
  90. Project Structure
  91. Reference
  92. Keyword Reference
  93. Operator Precedence
  94. Standard Library API
  95. Error Messages
  96. Command Line Interface
  97. Contributing
  98. Contributing Guide
  99. Code of Conduct
  100. Security Policy
  101. Development Setup
  102. Architecture
  103. Appendix
  104. Comparison with Other Languages
  105. Migration Guide
  106. FAQ
  107. Glossary
  108. Changelog