https://github.com/zhaoyunxing92/program-language-learn
编程语言学习汇集地
https://github.com/zhaoyunxing92/program-language-learn
go java lua
Last synced: about 2 months ago
JSON representation
编程语言学习汇集地
- Host: GitHub
- URL: https://github.com/zhaoyunxing92/program-language-learn
- Owner: zhaoyunxing92
- License: mit
- Created: 2019-06-25T06:14:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T06:13:48.000Z (about 7 years ago)
- Last Synced: 2025-06-17T10:12:14.968Z (about 1 year ago)
- Topics: go, java, lua
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# program-language-learn
该项目主要是整理怎么快速学习一门编程语言以及我的学习流程,目前打算涉及的语言:java、lua、go
### 参考文档
* [lua5.3中文参考手册](https://cloudwu.github.io/lua53doc/contents.html) 按照官方文档翻译的
* [go中文帮助文档](https://studygolang.com/pkgdoc)
### [安装](./install/readme.md)
* [x] lua
### [关键字](./keyword/readme.md)
* [x] go (25+36)
* [x] lua (21)
### [注释](./annotation/readme.md)
* [x] go
* [x] lua
* [x] java
### [变量](./variate/readme.md)
* [x] lua