From 89acf68f089cd4a9cf01e20899455126c60f47cd Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 1 Sep 2019 22:56:49 +0300 Subject: [PATCH] readme: remove notes section --- README.md | 25 +++++++------------------ september.plan | 1 + 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f6353c4117..b69c80a42c 100644 --- a/README.md +++ b/README.md @@ -30,18 +30,6 @@ Installing V: https://github.com/vlang/v#installing-v-from-source V 1.0 release is planned for December 2019. Right now V is in an alpha stage. -## Notes - -The compilation is temporarily slower for this release: - -- Debug builds are used (use `./v -prod -o v compiler` to get faster compilation). -- vlib is recompiled with every program you build. -- The new formatter runs on every single token and slows the compiler down by ~20%. This will be taken care of. - - - - - ## Installing V from source ### Linux, macOS, Windows, *BSD, WSL, Android, Raspbian @@ -55,6 +43,12 @@ make That's it! Now you have a V executable at `[path to V repo]/v`. `[path to V repo]` can be anywhere. +V is being constantly updated. To update V, simply run + +``` +v up +``` + ### C compiler @@ -65,7 +59,7 @@ On macOS run `xcode-select --install` if you don't have XCode or XCode tools. On Windows follow these instructions: [github.com/vlang/v/wiki/Installing-a-C-compiler-on-Windows](https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Windows) -### Symlinking and updates +### Symlinking You can create a `/usr/local/bin/v` symlink so that V is globally available: @@ -73,11 +67,6 @@ You can create a `/usr/local/bin/v` symlink so that V is globally available: sudo v symlink ``` -V is being constantly updated. To update V, simply run - -``` -v up -``` ### Docker diff --git a/september.plan b/september.plan index f282323572..7c412d1611 100644 --- a/september.plan +++ b/september.plan @@ -25,5 +25,6 @@ - WebAssembly backend (via Emscripten) - JavaScript backend - new playground with a V compiler running in the browser ++ O(n) type lookup