V Language A New Programming Language For Software Development
A few days ago, Alex Medvednikov has open-sourced a new programming language known as the ‘V language‘. It’s a statically typed programming language, similar to Go and inspired by Rust, Swift, and Oberon. According to Alex, the creator of V, it’s a simple language designed for building ‘maintainable’ software. As of now, V emits C and works on GCC/Clang for optimized production builds. Just like Rust, it also manages memory at compile time....