重写 README 部分错误内容(AI写的。我讨厌写文档和报告)

This commit is contained in:
2026-01-28 18:41:13 +08:00
parent 7ddf03d4c9
commit b1cd2ab173
2 changed files with 8 additions and 4 deletions

View File

@@ -5,12 +5,14 @@ Recommend view on Gitea Endpoint
[简体中文](README_ZH-CN.md "Chinese version")
**Fig** is a statically-typed, expression-oriented programming language designed for clarity, safety, and modern development practices. With features inspired by Go, Rust, and JavaScript, Fig aims to provide a productive development experience while maintaining strong type safety.
**Fig** is a dynamically strongly typed programming language designed for clarity, safety, and modern development practices. With features inspired by Go, Rust, and JavaScript, Fig aims to provide a productive development experience while maintaining strong type safety.
[LanguageTutorial(zh_CN)](docs/zh_CN/01-简介.md "Chinese version")
## Features
### 🚀 Core Language Features
- **Static typing with type inference** - Strong typing with minimal annotations
- **Dynamic typing with type inference** - Strong typing with minimal annotations
- **Modern control flow** - Full `for` loop support with proper scoping
- **First-class functions** - Lambda expressions and closures
- **Rich data structures** - Structs, lists, maps, and tuples