Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pcwalton
on Jan 15, 2014
|
parent
|
context
|
favorite
| on:
The Periodic Table of Rust Types
> D is not a garbage collected language. If the standard library is improved one will be able to ignore the GC.
D isn't safe if you don't use the GC.
pjmlp
on Jan 15, 2014
[–]
It is memory safe as long as you use SafeD mode (@safe).
typelist
on Jan 15, 2014
|
parent
[–]
"When you enter SafeD, you leave your pointers, unchecked casts and unions at the door. Memory management is provided to you courtesy of Garbage Collection."
pjmlp
on Jan 15, 2014
|
root
|
parent
[–]
Stupid me, I was thinking about something else when I commented.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
D isn't safe if you don't use the GC.