Memory management

novice3 sorryno at em.ail
Tue Sep 29 10:57:07 UTC 2020


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."


More information about the Digitalmars-d-learn mailing list