mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: add links to demo videos
This commit is contained in:
parent
c37945e37f
commit
e03db643dc
@ -26,14 +26,14 @@
|
|||||||
## Key Features of V
|
## Key Features of V
|
||||||
|
|
||||||
- Simplicity: the language can be learned in less than an hour
|
- Simplicity: the language can be learned in less than an hour
|
||||||
- Fast compilation: ≈80k loc/s with a Clang backend,
|
- Fast compilation: ≈110k loc/s with a Clang backend,
|
||||||
≈1 million loc/s with x64 and tcc backends *(Intel i5-7500, SSD, no optimization)*
|
≈1 million loc/s with x64 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
|
- 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)
|
- 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
|
- Safety: no null, no globals, no undefined behavior, immutability by default
|
||||||
- C to V translation
|
- C to V translation
|
||||||
- Hot code reloading
|
- Hot code reloading
|
||||||
- [Innovative memory management](https://vlang.io/#memory)
|
- [Innovative memory management](https://vlang.io/#memory) ([demo video](https://www.youtube.com/watch?v=gmB8ea8uLsM))
|
||||||
- [Cross-platform UI library](https://github.com/vlang/ui)
|
- [Cross-platform UI library](https://github.com/vlang/ui)
|
||||||
- Built-in graphics library
|
- Built-in graphics library
|
||||||
- Easy cross compilation
|
- Easy cross compilation
|
||||||
|
Loading…
Reference in New Issue
Block a user