From b1cd2ab1734fdee41011c50ec8dbd5e91ee888db Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Wed, 28 Jan 2026 18:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=86=99=20README=20=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=94=99=E8=AF=AF=E5=86=85=E5=AE=B9(AI=E5=86=99?= =?UTF-8?q?=E7=9A=84=E3=80=82=E6=88=91=E8=AE=A8=E5=8E=8C=E5=86=99=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=92=8C=E6=8A=A5=E5=91=8A)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- README_ZH-CN.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0f4d88..43bdc09 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_ZH-CN.md b/README_ZH-CN.md index d0e903f..6830af9 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -4,12 +4,14 @@ [English](README.md "英文版本") -**Fig** 是一种静态类型、面向表达式的编程语言,专为清晰性、安全性和现代开发实践而设计。Fig 融合了 Go、Rust 和 JavaScript 的灵感,旨在提供高效的开发体验,同时保持强大的类型安全。 +**Fig** 是一种动态强类型的编程语言,专为清晰性、安全性和现代开发实践而设计。Fig 融合了 Go、Rust 和 JavaScript 的灵感,旨在提供高效的开发体验,同时保持强大的类型安全。 + +[语言入门教程(zh_CN)](docs/zh_CN/01-简介.md "第一章") ## 特性 ### 🚀 核心语言特性 -- **静态类型与类型推断** - 强类型系统,最少类型注解 +- **动态类型与类型推断** - 强类型系统,最少类型注解 - **现代控制流** - 完整的 `for` 循环支持,正确的作用域管理 - **一等公民函数** - Lambda 表达式和闭包 - **丰富的数据结构** - 结构体、列表、映射和元组