|
|
|
|
|
by spitfire
5511 days ago
|
|
These sort of articles (and the attendant comments about false positives) always scream out for Ada to me. It's a language designed by a calm, careful thinker back in the 80's for life critical programs. It has everything Java and C++ have except the vast number of undefined states and it's designed for static analysis. By designed I mean, there are formal verifiers and the NSA has used it in a test security system. Plus the compiled code is pretty fast. So if you're feeling the need to reduce your workload take a look at it, you might be surprised. |
|