Hacker News new | ask | show | jobs
by zakk 3287 days ago
I like Rust, but I hate with a passion the borrow system. So I was looking for an unsafe-by-default Rust and I found D, thanks to the suggestion of a kind HN user. I must admit that I love it!
1 comments

Interesting. I like rust, and struggle with the borrow system, but what i'm looking for is a garbage-collected Rust!
Garbage-collected Rust? I think Scala is very close, particularly with Scala-native.