|
|
|
|
|
by cbd1984
4026 days ago
|
|
It's interesting to me that when people boost Ada's type safety, they always compare it to other Foogols, like C and Java. OK, how about Ada vs Haskell? Does Ada have anything like Haskell typeclasses or am I going to have to write a different sort function for every single data type which can be sorted? Does Ada have a numeric tower, or will I have to accept truncation and re-write basic numeric functions? Haskell has strong static typing without forcing me to specify irrelevant details up front. How about Ada? |
|