V: Is V depending on a C compiler?

Created on 20 Jun 2019  路  2Comments  路  Source: vlang/v

Most helpful comment

@medvednikov emitting directly machine code is great future, so I and perhaps others will wait for stability in compiling to machine code. You are doing great job! Hope the language will be famous)

All 2 comments

V can emit both C code and machine code directly, as explained on the home page.

Right now emitting C code is a lot more stable, so that's what is used by default. Emitting machine code directly will be available later this summer.

@medvednikov emitting directly machine code is great future, so I and perhaps others will wait for stability in compiling to machine code. You are doing great job! Hope the language will be famous)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lobotony picture lobotony  路  3Comments

radare picture radare  路  3Comments

arg2das picture arg2das  路  3Comments

penguindark picture penguindark  路  3Comments

jtkirkpatrick picture jtkirkpatrick  路  3Comments