Y
Hacker News
new
|
ask
|
show
|
jobs
by
Neku42
2950 days ago
D programming language has a memory safe subset called safe-d (
https://dlang.org/articles/safed.html
) and a subset called better c (
https://dlang.org/spec/betterc.html
) so you can probably use a combination of two subsets
1 comments
bausshf
2950 days ago
Came for this
link