From ced6f7ffba48cc23de074875972d83e50c06962e Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Tue, 25 Jun 2019 13:16:48 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4d7e03c4c..5ef9c9e308 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,17 @@ Installing V: https://github.com/vlang/v#installing-v-from-source V 1.0 release is planned for December 2019. +## Notes + GitHub marks V's code as written in Go. It's actually written in V, GitHub doesn't support the language yet. The compilation is temporarily slower for this release: - - Debug builds are used (use `v -prod -o v` to get faster compilation). - The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of. - There are a lot of known issues that are quick to fix (like function lookups being O(n)). +There's some old hacky code written when V was 2 months old. All of it will be quickly cleaned up. There are ~500 lines of C code, which will be removed by the end of June. + ## Code structure https://github.com/vlang/v/blob/master/CodeStructure.md