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