Hacker News new | ask | show | jobs
by berkeleynerd 923 days ago
Is there an effort to provide formal verification features for a safe subset of the D language similar to ADA’s SPARK and related tooling?
1 comments

There is a D subset:

https://dlang.org/articles/safed.html

But nothing like Ada SPARK provability stuff, I don't think.