readme: minor clarification

pull/6585/head
Alexander Medvednikov 2020-10-07 18:18:35 +02:00
parent efce448b23
commit 393889afa2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
- Simplicity: the language can be learned in less than an hour
- Fast compilation: ≈80k loc/s with a Clang backend, ≈1 million loc/s with x64 and tcc backends *(Intel i5-7500, SSD, no optimization)*
- Easy to develop: V compiles itself in less than a second
- Performance: within 3% of 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
- C to V translation
- Hot code reloading