Remix.run Logo
ajdude an hour 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);
andOlga 20 minutes ago | parent [-]

Named arguments are supported very widely. How is this an argument specifically in favor of Ada?