用chatgpt翻译的一段话,我觉得不完美,那位尝试一下:
电脑技术
697 人阅读
|
1 人回复
|
2024-01-16
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 legs+ 于 2024-1-16 10:28 编辑
【翻译】
Go的堆栈增长实现。
SML的结构代数类型和编译管理器。
C#的属性和程序集系统。
C++的确定性析构系统。
Haskell的类型类系统。
Python的词法标识符规则。 Ruby的块语法。
【原文】
Additional specific influences can be seen from the following languages:
- The stack-growth implementation of Go.
- The structural algebraic types and compilation manager of SML.
- The attribute and assembly systems of C#.
- The deterministic destructor system of C++.
- The typeclass system of Haskell.
- The lexical identifier rule of Python.
- The block syntax of Ruby.[color=rgba(0, 0, 0, 0.87)]
|
|
|
|
|
The implemented stack growth of Go. |
|
|
|
|