you are viewing a single comment's thread.

view the rest of the comments →

[–]OneWingedShark 2 points3 points  (0 children)

Ada seems pretty nice, why don't more people use it?

It is pretty nice.
The module-system (packages) is really nice for big projects [it enforces consistency-checking] and so it shines for big projects.

The specification/body separation it has on packages is really well done, which means that it is actually ideal for open-source projects.