Skip to content

Commit 0cf5aab

Browse files
committed
docs: update hlang & astack description
1 parent 39318a4 commit 0cf5aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ English | [简体中文](./README.zh-CN.md)
2222

2323
AStack is a modular component framework designed to simplify the development of AI applications through a "everything is a component" philosophy. It provides a zero-adaptation layer design that enables seamless integration between various AI models, tools, and custom business logic.
2424

25-
AStack is an independent technical framework with its own architecture and ecosystem, while being inspired by and technically compatible with [Hlang](https://github.com/hlang-tech) - a highly semantic [fourth-generation language (4GL)](https://en.wikipedia.org/wiki/Fourth-generation_programming_language) inspired by Flow-Based Programming paradigms. Hlang is particularly well-suited for computational modeling and AI-generated code. The framework emphasizes minimalism and performance, allowing developers to create complex systems with minimal boilerplate code while maintaining complete technical autonomy.
25+
AStack is an independent technical framework with its own architecture and ecosystem, built on top of [Hlang](https://github.com/hlang-tech) - a highly semantic [fourth-generation language (4GL)](https://en.wikipedia.org/wiki/Fourth-generation_programming_language) inspired by Flow-Based Programming paradigms. This foundation on Hlang, which is particularly well-suited for computational modeling and AI-generated code, is what gives AStack its power. The framework emphasizes minimalism and performance, allowing developers to create complex systems with minimal boilerplate code while maintaining complete technical autonomy.
2626

2727
### Key Features
2828

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
AStack 是一个模块化组件框架,通过"一切皆组件"的理念简化 AI 应用的开发。它提供零适配层设计,实现各种 AI 模型、工具和自定义业务逻辑之间的无缝集成。
2424

25-
AStack 是一个具有独立技术架构和生态系统的技术框架,它的灵感来源于 [Hlang](https://github.com/hlang-tech),并在技术上与其兼容。Hlang 是一种高度语义化的[第四代编程语言(4GL)](https://en.wikipedia.org/wiki/Fourth-generation_programming_language),受到流程基础编程(Flow-Based Programming)范式启发,特别适用于作为计算模型以及被 AI 生成。该框架强调极简主义和性能,允许开发者使用最少的样板代码创建复杂系统,同时保持完全的技术自主性。
25+
AStack 是一个具有独立技术架构和生态系统的技术框架,构建在 [Hlang](https://github.com/hlang-tech) 之上。Hlang 是一种高度语义化的[第四代编程语言(4GL)](https://en.wikipedia.org/wiki/Fourth-generation_programming_language),受到流程基础编程(Flow-Based Programming)范式启发,特别适用于作为计算模型以及被 AI 生成。正是这种基于 Hlang 的基础赋予了 AStack 强大的能力。该框架强调极简主义和性能,允许开发者使用最少的样板代码创建复杂系统,同时保持完全的技术自主性。
2626

2727
### 主要特性
2828

0 commit comments

Comments
 (0)