I was wondering if I could take the liberty to ask monks whether they have had thoughts on the absence of parenthesis in Python. And whether that has altered the evolution of the Python language in their opinion. Conversely also whether the presence of parenthesis has altered the evolution of Perl (Perl seems to encourage the condensing of complex code to one-liners - which is great if you have written the code yourself, but difficult for others to read). I was thinking about this yesterday when learning about immutable tuples in Python. I wondered whether Perl programmers would simply instead specify an array, as named, to a particular scope as specified by parenthesis. That is just one example, there must be loads of other examples like this.

Could a future version of Python finally adopt parenthesis? Do people have thoughts on that? I don't really understand why Python would ultimately not want to use parenthesise.

Update________

I have to apologise. I don't mean parenthesis, instead I mean nesting using curly brackets.


In reply to Evolution of python by betmatt

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.