mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: improve wording, fix typos (#12250)
This commit is contained in:
parent
cc2ef4188d
commit
0d7057dd44
12
README.md
12
README.md
@ -29,19 +29,19 @@
|
||||
- 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))
|
||||
- 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
|
||||
- C to V translation
|
||||
- Hot code reloading
|
||||
- [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)
|
||||
- Built-in graphics library
|
||||
- Easy cross compilation
|
||||
- Easy cross-compilation
|
||||
- REPL
|
||||
- [Built-in ORM](https://github.com/vlang/v/blob/master/doc/docs.md#orm)
|
||||
- [Built-in web framework](https://github.com/vlang/v/blob/master/vlib/vweb/README.md)
|
||||
- C and JavaScript backends
|
||||
- Great for writing low level software ([Vinix OS](https://github.com/vlang/vinix))
|
||||
- Great for writing low-level software ([Vinix OS](https://github.com/vlang/vinix))
|
||||
|
||||
## Stability guarantee and future changes
|
||||
|
||||
@ -112,7 +112,7 @@ sudo ./v symlink
|
||||
```
|
||||
|
||||
On Windows, start a new shell with administrative privileges, for
|
||||
example by <kbd>Windows Key</kbd>, then type `cmd.exe`, right click on its menu
|
||||
example by <kbd>Windows Key</kbd>, then type `cmd.exe`, right-click on its menu
|
||||
entry, and choose `Run as administrator`. In the new administrative
|
||||
shell, cd to the path, where you have compiled v.exe, then type:
|
||||
|
||||
@ -125,7 +125,7 @@ Please restart your shell/editor after that, so that it can pick
|
||||
the new PATH variable.
|
||||
|
||||
NB: there is no need to run `v symlink` more than once - v will
|
||||
continue to be available, even after `v up`, restarts and so on.
|
||||
continue to be available, even after `v up`, restarts, and so on.
|
||||
You only need to run it again, if you decide to move the V repo
|
||||
folder somewhere else.
|
||||
|
||||
@ -268,7 +268,7 @@ https://github.com/vlang/gitly
|
||||
|
||||
## Vinix, an OS/kernel written in V
|
||||
|
||||
V is great for writing low level software like drivers and kernels.
|
||||
V is great for writing low-level software like drivers and kernels.
|
||||
Vinix is an OS/kernel that already runs bash, GCC, V, and nano.
|
||||
|
||||
https://github.com/vlang/vinix
|
||||
|
Loading…
Reference in New Issue
Block a user