Y
Hacker News
new
|
ask
|
show
|
jobs
by
ediblelint
1263 days ago
Apparently D is in the middle of adding an ownership system that would not require GC for safety:
https://dlang.org/spec/ob.html
1 comments
destructionator
1263 days ago
That approach is a dead end, incapable of doing anything beyond the basics (notably it doesn't compose into structs) and is likely to be abandoned.
link