|
|
|
|
|
by riku_iki
794 days ago
|
|
> Ada's been steadily making a reassurance I think since safer languages like Rust had started to gain traction Why one would use Ada now when it looks like there are much stronger contenders in this space: rust for close to metal and C#, Java, Go for slower programs? |
|
Off the top of my head, Ada has "restricted types" (e.g: you can say a function takes an integer of the range 5-15 only), as well as pre-and-post conditions you can annotate your procedure definition with.