| > You pointed to an old version of the documentation Yes, because that version of documentation specified a feature that was impossible, which is exactly what we're discussing. > V never promised autofree without GC or RC First of all, I never mentioned "autofree without RC". I am strictly speaking about "autofree without GC". Second of all, V documentation has had the "autofree frees 90% of objects, RC frees everything else" segment, which clearly implies no GC. So the documentation has clearly specified that feature, which was an impossible feature. Even the next paragraph says: The developer doesn't need to change anything in their code. "It just works", like in Python, Go, or Java, except there's no heavy GC tracing everything or expensive RC for each object.
So yeah, V promised autofree without GC. |
No heavy GC tracing everything or expensive RC for each object.
What's your issue with the wording?