DEV Community

Discussion on: The V programming language

Collapse
 
jeikabu profile image
jeikabu • Edited

I’ve seen a couple other articles about it and am intrigued. It seems to borrow heavily from golang and address several long-standing gripes: null, generics, etc.

They talk about memory safety and management akin to rust, seemingly without the complication of lifetimes. That’s something I’ve wanted to learn more about.