dbohdan / compilers-targeting-c

A list of compilers that can generate C code
693 stars 47 forks source link

Consider The V Programming Language #48

Closed alhabshi3k closed 4 years ago

alhabshi3k commented 4 years ago

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

dbohdan commented 4 years ago

Added in b3b50f4. Thanks.