From f7658d0341e9633151ea9f92a58a2b103573c7db Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 15 Jul 2019 16:46:57 +0200 Subject: [PATCH] add article "An introduction to V" --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af7dcad..c16309e 100644 --- a/README.md +++ b/README.md @@ -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) +