Earlier quoted context omitted.
Powershell is also quite anti-semantic, non-portable and verbose
> anti-semantic Why? > non-portable PowerShell 6 and later run on Windows, macOS, and Linux. > verbose This is by design.
Case insensitive, weird parameter passing, no Posix-like interface.
>Windows, macOS, and Linux
Yet it is still mostly suitable for Windows, where it makes sense with weird (read: mostly bad and outdated) platform-wide proprietary decisions.
>This is by design
Well, humans should not spend too much focus on verbosity, maybe I'm wrong, at least that's what I've learnt from a university HCI course.