Hacker News new | ask | show | jobs
by dmitriid 2134 days ago
It's also funny (ironic?) how they defend this syntax while bemoaning mainstream languages' syntax.
1 comments

Mainstream languages probably look very verbose, clunky and ugly to many people who like Haskell-like syntaxes more. I feel this way when looking at a Pascal code.

But they have to keep in mind that this verbosity is a feature and they should not act surprised that many people like it. This verbosity makes many things explicit, and I'll not be the first to think that "Explicit is better than implicit".

Conciseness is also a feature, though.

> 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.

I'm still looking for that sweet middle ground between the two :)