File tree 4 files changed +48
-43
lines changed
4 files changed +48
-43
lines changed Original file line number Diff line number Diff line change 1
1
# Nighta
2
2
3
- language : [ 中文] ( ./README_CN.md ) | [ ENGLISH] ( . )
3
+ 语言 : [ 中文] ( . ) | [ ENGLISH] ( ./README_EN.md )
4
4
5
- ` Nighta ` is a lightweight scripting language, with its name signifying "something created overnight."
5
+ <div style =" text-align : center ;" >
6
+ <img
7
+ alt="Nighta"
8
+ src="./doc/public/nighta.png"
9
+ style="width: 240px; border-radius: 50%; overflow: hidden;"
10
+ >
11
+ </div>
6
12
7
- ## Code Sample
13
+ ` Nighta ` 是一款轻量级的脚本语言。其名字的寓意是“一夜之间产生的事物”。
14
+
15
+ ## 代码示例
8
16
9
17
``` nighta
10
18
(var msg1 "Hello,")
11
19
(var msg2 "World!")
12
- (say (+ msg1 msg2))
20
+ (say (msg1 + msg2))
13
21
```
14
22
15
- ## Quick Start
16
- - TODO: Coming Soon...
23
+ ## 快速开始
24
+ 现阶段,我们可以在 [ Playground ] ( https://coderserio.github.io/Nighta/#/playground/ ) 中使用 Nighta 进行编程。
17
25
18
- ## Documentation
19
- Our comprehensive official documentation is under active development and expansion.
26
+ ## 文档
27
+ 阅读 [ 文档 ] ( https://coderserio.github.io/Nighta/#/ ) 获取更多关于 Nighta 的细节!
20
28
21
- ## Contribution Guide
22
- Eager to contribute to Nighta's growth? It might not be the time just yet ...
29
+ ## 贡献指南
30
+ 想要为Nighta的发展添砖加瓦?这或许还不到时候 ...
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Nighta
2
+
3
+ language: [ 中文] ( ./README.md ) | [ ENGLISH] ( . )
4
+
5
+ <div style =" text-align : center ;" >
6
+ <img
7
+ alt="Nighta"
8
+ src="./doc/public/nighta.png"
9
+ style="width: 240px; border-radius: 50%; overflow: hidden;"
10
+ >
11
+ </div>
12
+
13
+ ` Nighta ` is a lightweight scripting language, with its name signifying "something created overnight."
14
+
15
+ ## Code Sample
16
+
17
+ ``` nighta
18
+ (var msg1 "Hello,")
19
+ (var msg2 "World!")
20
+ (say (msg1 + msg2))
21
+ ```
22
+
23
+ ## Quick Start
24
+ Currently, we can code with Nighta in the [ Playground] ( https://coderserio.github.io/Nighta/#/playground/ )
25
+
26
+ ## Document
27
+ Read [ Document] ( https://coderserio.github.io/Nighta/#/ ) to learn about Nighta more!
28
+
29
+ ## Contribution Guide
30
+ Eager to contribute to Nighta's growth? It might not be the time just yet...
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments