Y
Hacker News
new
|
ask
|
show
|
jobs
by
gorthol
3302 days ago
I think it was "safe and performant without a GC" because both Nim and D have C++ level performance while being memory safe as any GCd language is.
1 comments
rurban
3301 days ago
You forgot about pony, which is memory safe plus concurrency safe plus faster than C/C++. Nim, D, Rust won't offer that. M# does because it followed the same principles.
link