Hacker News new | ask | show | jobs
by adrianN 4217 days ago
Ada is a modern language that allows for very low level code and is about as fast as C.
1 comments

Thats what the US military use on mission critical systems, right? Seem to recall reading that it is a pain to work with.
Ada is used in environments were human lifes are at risk life like life support systems, traffic control and so on.

From FOSDEM talks its use has been increasing thanks to C lack of safety, even with MISRA C.

Yeah i guess that having the language enforce the rules makes for safer code than trying to impose safety externally.