From a11e242bb2296869b095bf24ce73f96332a6e058 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 30 Jun 2020 20:21:55 +0200 Subject: [PATCH] readme: link to gitly, clarify compilation speed claims --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7a9f382b4..b93f044418 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ## Key Features of V - Simplicity: the language can be learned in less than an hour -- Fast compilation: ≈100k — 1.2 million loc/s +- Fast compilation: ≈80k loc/s with a Clang backend, ≈1 million loc/s with x64 and tcc backends *(Intel i5-7500, SSD, no optimization)* - Easy to develop: V compiles itself in less than a second - Performance: within 3% of C - Safety: no null, no globals, no undefined behavior, immutability by default @@ -219,6 +219,16 @@ Hello from V.js ``` --> +## Developing web applications + +Check out the [Building a simple web blog](https://github.com/vlang/v/blob/master/tutorials/building-a-simple-web-blog-with-vweb.md) +tutorial and Gitly, a light and fast alternative to GitHub/GitLab: + +https://github.com/vlang/gitly + + + + ## Troubleshooting Please see the [Troubleshooting](https://github.com/vlang/v/wiki/Troubleshooting) section on our [wiki page](https://github.com/vlang/v/wiki)