Metadata.
This commit is contained in:
parent
c11fb18537
commit
622ee9d80d
20
langs/v.yaml
20
langs/v.yaml
|
@ -3,6 +3,26 @@ aliases:
|
||||||
- "vlang"
|
- "vlang"
|
||||||
name: "V"
|
name: "V"
|
||||||
|
|
||||||
|
info:
|
||||||
|
year: 2019
|
||||||
|
desc: "V is a simple, statically-typed compiled programming language designed for building maintainable software."
|
||||||
|
ext:
|
||||||
|
- v
|
||||||
|
web:
|
||||||
|
home: "https://vlang.io/"
|
||||||
|
source: "https://github.com/vlang/v"
|
||||||
|
wiki: "https://github.com/vlang/v/wiki"
|
||||||
|
category: general
|
||||||
|
mode: compiled
|
||||||
|
syntax:
|
||||||
|
- c
|
||||||
|
typing:
|
||||||
|
- static
|
||||||
|
paradigm:
|
||||||
|
- functional
|
||||||
|
- imperative
|
||||||
|
usage: personal
|
||||||
|
|
||||||
install:
|
install:
|
||||||
manual: |
|
manual: |
|
||||||
git clone https://github.com/vlang/v.git
|
git clone https://github.com/vlang/v.git
|
||||||
|
|
Loading…
Reference in New Issue