Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Update README_Zh_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Nov 1, 2021
1 parent d1974d3 commit 7884e67
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README_Zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# 自述文件

- Woma 编程语言适合哪些人?
- 首先,它适用于想要为 CPython 编写扩展的人
- 首先,它适用于想要为 CPython 编写扩展的人。 传统上,这些是用 C++ 和 C 编写的。Cython 工具用于静态编译纯 Python 模块。Woma 的优点是它是纯 python 模块的简写,这些模块具有良好的约束和类型检查,并且这些模块可以使用 Cython 轻松编译。

- 这不是带有额外步骤的 Cython 吗?
- 嗯,是的,但目标完全不同。 Cython 打算成为 python 的句法超集,其中 Woma 语法从各种来源中汲取灵感。您可以将 Aspidites 视为 Cython 的包装器,它将 Woma 代码解析为 Cython 的 Python 超集。 Cython 做了很多“繁重的工作”。 Woma 编程语言的细节正在被标准化为一系列 WEEP(Woma 扩展和评估建议)。

- 为什么使用 Aspidites 这个名字?什么是 Woma?
- 还有一个叫做 Aspidites 的 Python 属,拉丁语是盾牌承载者,这就是这个项目的同名。它们是澳大利亚大陆特有的,也被称为沃玛蟒。

- 我如何获得 Aspidites?
- 我们为 Aspidites 维护了几个包,但是,我们建议使用 PyPI 安装以获得最新的稳定版本。 Docker 是获取 Aspidites 最前沿开发版本的地方。

- 怎样才能真正学会Woma编程语言?
- 使用 https://woma.rtfd.io 上的文档

0 comments on commit 7884e67

Please sign in to comment.