Hacker News new | ask | show | jobs
by ajdude 31 days ago
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?