Hacker News new | ask | show | jobs
by nimmer 2757 days ago
Here's a comparison with Nim. In my experience Nim is one of the fastest both in terms of execution and compile time.

https://github.com/timotheecour/D_vs_nim

1 comments

I see a lot of comparisons between unlike languages (Go and Rust for example) but it looks like D and Nim really are competing for the same niche.
And C# as well, via AOT compilation and the memory management improvements in 7.x versions.