A 2023 review of the V programming language examining its documentation and memory management options. The reviewer finds V's documentation incomplete and outdated, with major issues in manual memory management and autofree modes due to pervasive memory leaks in standard library functions that make the language impractical for real applications.
A detailed 2023 review of the V programming language examining its documentation quality, memory management options, and practical usability. The reviewer finds significant gaps in documentation, identifies critical memory leaks in standard library functions when using manual memory management or autofree modes, and concludes that V's memory management features are largely unusable for real applications.