1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00
This commit is contained in:
Alexander Medvednikov 2019-12-27 09:17:08 +01:00 committed by GitHub
parent dd01bd70a6
commit faae424510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,15 +38,16 @@ A curated list of awesome V frameworks, libraries, software and resources.
## Applications ## Applications
### Package manager
* [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V.
* [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V.
### Interpreters/Compilers ### Interpreters/Compilers
* [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software. * [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software.
* [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler. * [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler.
* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V * [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V
* [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V. * [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V.
* [Vork](https://github.com/Itay2805/Vork) - alternative V compiler/interpreter writtein in Python.
### Package manager
* [vpkg](https://github.com/vpkg-project/vpkg) - An alternative package manager for V.
* [vpm](https://github.com/yue-best-practices/vpm) - The V language package management tool written in V.
### Editors ### Editors
* [vid](https://github.com/vlang/vid) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s. * [vid](https://github.com/vlang/vid) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
@ -152,9 +153,6 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [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/)
### Programming Languages
### Community ### Community
* [V Community](https://github.com/v-community) * [V Community](https://github.com/v-community)