Hacker News new | ask | show | jobs
by paul-woolcock 5018 days ago
I always thought CS was a "kinda-python-y" version of Javascript, though I never actually used it. It surprised me, therefore, to see that the OP considers these two items to be principles applied to the design of the language:

  - Implicit is better than explicit

  - There is more than one way to do it
These are the exact _opposite_ of a couple of the principles of the design of Python[1].

1: http://www.python.org/dev/peps/pep-0020/

1 comments

Indeed but they obviously seem to apply to CS as he has shown in his examples.
Oh, I agree, it was just surprising to me to see them there.