mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Update README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# The V Programming Language 0.1.1
|
# The V Programming Language 0.1.2
|
||||||
|
|
||||||
[](https://dev.azure.com/alexander0785/vlang/_build/latest?definitionId=1&branchName=master)
|
[](https://dev.azure.com/alexander0785/vlang/_build/latest?definitionId=1&branchName=master)
|
||||||
|
|
||||||
@@ -33,6 +33,7 @@ V 1.0 release is planned for December 2019.
|
|||||||
GitHub marks V's code as written in Go. It's actually written in V, GitHub doesn't support the language yet.
|
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:
|
The compilation is temporarily slower for this release:
|
||||||
|
|
||||||
- Debug builds are used (use `v -prod -o v` to get faster compilation).
|
- 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.
|
- 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 are a lot of known issues that are quick to fix (like function lookups being O(n)).
|
||||||
@@ -81,7 +82,7 @@ V temporarily can't be compiled with Visual Studio. This will be fixed asap.
|
|||||||
```
|
```
|
||||||
$ v
|
$ v
|
||||||
|
|
||||||
V 0.0.12
|
V 0.1.2
|
||||||
Use Ctrl-D to exit
|
Use Ctrl-D to exit
|
||||||
|
|
||||||
>>> println('hello world')
|
>>> println('hello world')
|
||||||
|
Reference in New Issue
Block a user