dbohdan/compilers-targeting-c

Consider The V Programming Language

alhabshi3k opened this issue · 1 comments

V language is a new kid on the block, just about 6 months old.
Regardless of its main features that are inspired by rust and go, it compiles to C and Javascript backend. As well, translate C to its syntax. it supports cross-compilation.
https://www.vlang.io/
https://github.com/vlang/v

Added in b3b50f4. Thanks.