• # Je n'adhère pas...

    Posté par . En réponse au journal Nimrod, ça se rapproche du langage idéal. Évalué à 10.

    Case is insignificant in Nimrod and even underscores are ignored: This_is_an_identifier and this is the same identifier ThisIsAnIdentifier. This feature enables you to use other people's code without bothering about a naming convention that conflicts with yours. It also frees you from remembering the exact spelling of an identifier (was it parseURL or parseUrl or parse_URL?).

    je doute que les pythonistes apprécient.