diff --git a/README.md b/README.md index 129a681..6de9f53 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,16 @@ A curated list of awesome V frameworks, libraries, software and resources. ## 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 * [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. +* [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 * [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) * [The Book of V](https://github.com/KeyWeeUsr/the-book-of-v/) -### Programming Languages - - ### Community * [V Community](https://github.com/v-community)