Naive newbie question:

Can we have (in theory) in D lang memory management like V lang?

Quote:
https://github.com/vlang/v/blob/master/doc/docs.md#memory-management

"V doesn't use garbage collection or reference counting. The compiler cleans everything up during compilation. If your V program compiles, it's guaranteed that it's going to be leak free."

Reply via email to