Initial implementation of Ownership for the V programming language ; inspired by Rust that tracks owned values and prevents use-after-move bugs at compile time
#Programming #Vlang https://github.com/vlang/v/blob/master/doc/ownership.md
v/doc/ownership.md at master · vlang/v
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io - vl...
GitHub