|
|
|
|
|
by toraobo
2433 days ago
|
|
> Python trying to be Bash, or Bash trying to be Python The fact that "everything is a string" is cute and odd but the end result is really closer to shell scripting than a real object-oriented language like Python. You routinely have to deal with string/list quoting and constructing complex data structures is tricky if they have to be represented with just strings and hashes. Sure: it's flexible and you can reimplement all the features of a high-level language but I'd rather use a language which has all the features already. |
|
And yes - the list quoting rules are weird! No doubt about that.