V: What is "Safe" about this?

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

There are numerous possibilities for use-after-free and data races, and there is seemingly a lack of even basic compiler errors, so the claim that the language is safe seems quite unfounded.

Most helpful comment

It's 0.0.12.

I'm sorry, but i'd say that if you are marketing V as a safe language, you should have it be safe from the get go, especially considering some things are extremely easy to prevent (e.g. null pointer de references, something you have failed to check for and is one of the most basic safety measures)

All 2 comments

It's 0.0.12.

If you noticed some basic compiler errors missing, you could share them, and they will be added.

It's 0.0.12.

I'm sorry, but i'd say that if you are marketing V as a safe language, you should have it be safe from the get go, especially considering some things are extremely easy to prevent (e.g. null pointer de references, something you have failed to check for and is one of the most basic safety measures)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

radare picture radare  路  3Comments

taojy123 picture taojy123  路  3Comments

oleg-kachan picture oleg-kachan  路  3Comments

choleraehyq picture choleraehyq  路  3Comments

medvednikov picture medvednikov  路  3Comments