back

by ajdude·3mo ago·view on hn ↗
This is why I continue to advocate for using Ada. It's not just about memory safety but conscious effort was put into readability.

Calling the procedure in the article in ada would simply be:

   createUser (user, isAdmin => True, sendWelcomeEmail => False, skipValidation => True);
1 comments
Named arguments are supported very widely. How is this an argument specifically in favor of Ada?