https://github.com/pyzh/clo.dt
hand-writable programming notation
https://github.com/pyzh/clo.dt
programming-language
Last synced: 24 days ago
JSON representation
hand-writable programming notation
- Host: GitHub
- URL: https://github.com/pyzh/clo.dt
- Owner: pyzh
- License: bsd-2-clause
- Created: 2018-10-29T09:15:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T09:37:08.000Z (about 7 years ago)
- Last Synced: 2025-01-22T01:41:24.174Z (about 1 year ago)
- Topics: programming-language
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clo.DT
hand-writable programming notation, part of clo.core
example: # `/#`表示REPL
```
/# hello world/= log
hello world
/# f/= log 你好{lib time/str/1} =/ # time/str/1-> yy-mm-dd hh:mm:ss
你好 2018-10-29 17:32
```
运算符| 定义 | 效果 | 常规等价
------|-----|------|--------
/ | 斜杠 | 分隔符 | [:] [,]
名/1 | 斜杠/2 | 定义、引用 |