V is an interesting programming language.
It’s closely related to Go, at least syntactically.
It introduces a few ergonomic enhancements like:
- immutable values by default
- conditional compilation ($if)
- compile-time reflection ($for field)
- string interpolation
And some great tooling, like a REPL for interactive use.
Unlike Go,
- it hasn’t found a niche yet and
- being a young language, it has many sharp edges ⚠️
That said, it’s being developed at a fast pace and has an active community.
Ecosystem
https://github.com/vlang/awesome-v