1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

add monkey_v

This commit is contained in:
Abdullah Atta 2019-12-12 05:56:03 +05:00 committed by GitHub
parent 8201effcf6
commit ecb606b5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [Tutorials](#tutorials) * [Tutorials](#tutorials)
* [Online IDEs](#online-ides-with-v) * [Online IDEs](#online-ides-with-v)
* [Articles](#articles) * [Articles](#articles)
* [Programming Languages](#programming-languages)
* [Community](#community) * [Community](#community)
* [Forums](#forums) * [Forums](#forums)
@ -116,35 +117,31 @@ A curated list of awesome V frameworks, libraries, software and resources.
## Other ## Other
### Videos ### Videos
* [V Lang Programming](https://www.youtube.com/watch?v=BVCuZ7z7GMY&list=PLEPMhdsq-gNpFr40A-ZnX-Hu9l-Sp5Oc_) * [V Lang Programming](https://www.youtube.com/watch?v=BVCuZ7z7GMY&list=PLEPMhdsq-gNpFr40A-ZnX-Hu9l-Sp5Oc_)
### Programming contests ### Programming contests
* [rosetta-code-v](https://github.com/RustemB/rosetta-code-v) - Solutions for Rosetta Code in V. * [rosetta-code-v](https://github.com/RustemB/rosetta-code-v) - Solutions for Rosetta Code in V.
### Tutorials ### Tutorials
* [Learn V in Y Minutes](https://github.com/v-community/learn_v_in_y_minutes) * [Learn V in Y Minutes](https://github.com/v-community/learn_v_in_y_minutes)
* [V by Example](https://github.com/v-community/v_by_example) as [GitBook](https://v-community.gitbook.io/v-by-example/) * [V by Example](https://github.com/v-community/v_by_example) as [GitBook](https://v-community.gitbook.io/v-by-example/)
* [V learning notes](https://github.com/lydiandy/vlang_note) - personal learning notes in Chinese. * [V learning notes](https://github.com/lydiandy/vlang_note) - personal learning notes in Chinese.
### Online IDEs with V ### Online IDEs with V
* [V Playground](https://vlang.io/play) * [V Playground](https://vlang.io/play)
* [Judge0](https://ide.judge0.com/) * [Judge0](https://ide.judge0.com/)
## Articles ### Articles
* [An introduction to V](https://simonknott.de/articles/VLang.html) * [An introduction to V](https://simonknott.de/articles/VLang.html)
* [The Book of V](https://github.com/KeyWeeUsr/the-book-of-v/) * [The Book of V](https://github.com/KeyWeeUsr/the-book-of-v/)
## Community ### Programming Languages
* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V
### Community
* [V Community](https://github.com/v-community) * [V Community](https://github.com/v-community)
### Forums ### Forums
* [r/vlang](https://www.reddit.com/r/vlang) * [r/vlang](https://www.reddit.com/r/vlang)
* [stackoverflow](https://stackoverflow.com/questions/tagged/vlang) * [stackoverflow](https://stackoverflow.com/questions/tagged/vlang)