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:14:33 +01:00 committed by GitHub
parent 14254844a3
commit dd01bd70a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,8 @@ A curated list of awesome V frameworks, libraries, software and resources.
### Interpreters/Compilers
* [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.
* [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.
### Editors
* [vid](https://github.com/vlang/vid) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
@ -151,7 +153,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [The Book of V](https://github.com/KeyWeeUsr/the-book-of-v/)
### 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)