Hacker News new | ask | show | jobs
by pyrale 2144 days ago
> This verbosity makes many things explicit

Sometimes, the verbosity just makes the language verbose. A pythonista will have zero trouble telling you when a block ends, despite not having braces around it.

Verbosity is unrelated to a language's explicitness as this is a semantic decision. It is usually related to syntax, which has other effects.