Y
Hacker News
new
|
ask
|
show
|
jobs
by
bpicolo
3257 days ago
Rust isn't GCd
1 comments
quchen
3257 days ago
Keep in mind that reference counting, which Rust supports in its standard library, is a also form of garbage collection. It may not be part of the core language, but then again neither are RAII in C++, monads in Haskell, and getters/setters in Java.
link