exploring-languages
dart ruby  python c go 

所属分类:Dart语言编程
开发工具:JavaScript
文件大小:4015KB
下载次数:0
上传日期:2022-04-19 12:31:55
上 传 者sh-1993
说明:  尝试一些编程语言并探索它们之间的差异。
(Trying a handful of programming languages and exploring the differences between them.)

文件列表:
CONTRIBUTING (184, 2022-04-19)
LICENSE (1065, 2022-04-19)
c (0, 2022-04-19)
c\text_adventure.c (5117, 2022-04-19)
dart (0, 2022-04-19)
dart\text_adventure.dart (4679, 2022-04-19)
docs (0, 2022-04-19)
docs\favicon.ico (15406, 2022-04-19)
docs\img (0, 2022-04-19)
docs\img\bedroom.jpg (774988, 2022-04-19)
docs\img\kitchen.jpg (517406, 2022-04-19)
docs\img\outside.jpg (762848, 2022-04-19)
docs\index.html (1935, 2022-04-19)
docs\style.css (1899, 2022-04-19)
docs\text_adventure.js (6660, 2022-04-19)
go (0, 2022-04-19)
go\text_adventure.go (4779, 2022-04-19)
javascript (0, 2022-04-19)
javascript\favicon.ico (15406, 2022-04-19)
javascript\img (0, 2022-04-19)
javascript\img\bedroom.jpg (774988, 2022-04-19)
javascript\img\kitchen.jpg (517406, 2022-04-19)
javascript\img\outside.jpg (762848, 2022-04-19)
javascript\index.html (1935, 2022-04-19)
javascript\style.css (1899, 2022-04-19)
javascript\text_adventure.js (6660, 2022-04-19)
python (0, 2022-04-19)
python\text_adventure.py (4336, 2022-04-19)
ruby (0, 2022-04-19)
ruby\text_adventure.rb (4209, 2022-04-19)
rust (0, 2022-04-19)
... ...

# Welcome to the Language Library! Here I'm trying a handful of programming languages with the focus of exploring their possibilities and the differences between them. The aim of this repository is to serve as a simple syntax cheat sheet. ![](https://media0.giphy.com/media/9DefTAr6NRRnV82U08/giphy.gif?cid=ecf05e47uzxf0uv0empgnj837yu66h7tsxnunqi95m5kyeai&rid=giphy.gif&ct=g) ## Projects ### Text Adventure - a simple text based adventure written in Go and converted to other language for the purpose of seeing the limitations and observing the differences between the language under the constrains of the program Check out the browser version of the game -> [PLAY](https://regexowl.github.io/exploring-languages/) ## In our collection - Go - Dart - C - Python - Ruby - [JavaScript](https://regexowl.github.io/exploring-languages/) - Rust - Emojicode ## A little map of the library ```bash . ├── c │ ├── README.md │ └── text_adventure.c ├── CONTRIBUTING ├── dart │ ├── README.md │ └── text_adventure.dart ├── go │ ├── README.md │ └── text_adventure.go ├── javascript │ ├── favicon.ico │ ├── img │ │ ├── bedroom.jpg │ │ ├── kitchen.jpg │ │ └── outside.jpg │ ├── index.html │ ├── README.md │ ├── style.css │ └── text_adventure.js ├── LICENSE ├── python │ ├── README.md │ └── text_adventure.py ├── README.md ├── ruby │ ├── README.md │ └── text_adventure.rb └── rust ├── Cargo.toml ├── README.md └── src └── main.rs ```

近期下载者

相关文件


收藏者