add article "An introduction to V"

This commit is contained in:
Simon Knott 2019-07-15 16:46:57 +02:00 committed by Alexander Medvednikov
parent 6858f2716b
commit f7658d0341
1 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Awesome V
A curated list of awesome V frameworks, libraries and software.
A curated list of awesome V frameworks, libraries, software and resources.
## Table of contents
* [Applications](#applications)
@ -9,6 +10,7 @@ A curated list of awesome V frameworks, libraries and software.
* [Text Processing](#text-processing)
* [Other](#other)
* [Programming contests](#programming-contests)
* [Articles](#articles)
## Applications
@ -30,4 +32,9 @@ A curated list of awesome V frameworks, libraries and software.
### Programming contests
* [RustemB/rosetta-code-v](https://github.com/RustemB/rosetta-code-v) -- Solutions for Rosetta Code in V.
* [RustemB/rosetta-code-v](https://github.com/ShellBear/v-regex) -- Solutions for Rosetta Code in V.
## Articles
* [An introduction to V](https://simonknott.de/articles/VLang.html)