Hacker News new | ask | show | jobs
by j-james 902 days ago
Nim is particularly C-like. The automatic memory management is optional and exposes destructors, it exposes pointers and is quite usable on embedded systems (see: Futhark, Ratel), there are a wide variety of design decisions made to ease interop with C... I do not know about D.
1 comments

D has something called "Better C" [1], that's why I mentioned it.

[1]: https://dlang.org/spec/betterc.html