1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

changelog: 0.3.2

This commit is contained in:
Alexander Medvednikov 2022-09-24 02:13:10 +03:00
parent 13d7f7db8f
commit 91c6e1a65b
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## V 0.3.2
*Not yet released*
## V 0.3.1
*31 Aug 2022*
- Anonymous structs.

View File

@ -23,7 +23,7 @@
- Simplicity: the language can be learned in a weekend
- Fast compilation: ≈110k loc/s with a Clang backend,
1 million loc/s with native and tcc backends *(Intel i5-7500, SSD, no optimization)* ([demo video](https://www.youtube.com/watch?v=pvP6wmcl_Sc))
500k loc/s with native and tcc backends *(Intel i5-7500, SSD, no optimization)* ([demo video](https://www.youtube.com/watch?v=pvP6wmcl_Sc))
- Easy to develop: V compiles itself in less than a second
- Performance: as fast as C (V's main backend compiles to human-readable C)
- Safety: no null, no globals, no undefined behavior, immutability by default