Python and Java are often considered to be less cryptic language than Perl - which is often seen as quite cryptic.

I've always wondered about the "more cryptic" vs. "less cryptic" comments. There are clearly cryptic languages, like this little nuisance, but the rest really seems more a matter of whether or not a language is more or less compatible with an individual's way of thinking.

For example, I have good friends that are Python programmers and cannot grok Perl. To quote them, "Perl is too disorganized for me: Python works like I think." I, on the other hand, can't stand Python{1} (all that significant whitespace, the lack of sigils, and not using braces for blocks all scare me) because Perl works exactly how I think.

That doesn't mean one is "more cryptic" than the other; rather, it just means that different programmers find different approaches and syntax to be intuitive.

1: I still use Python, and it does have some nifty things I wish were built into Perl, like the set() function(s).

<-radiant.matrix->
Larry Wall is Yoda: there is no try{} (ok, except in Perl6; way to ruin a joke, Larry! ;P)
The Code that can be seen is not the true Code
"In any sufficiently large group of people, most are idiots" - Kaa's Law

In reply to Re^2: Perl is more intuitive by radiantmatrix
in thread Perl is more intuitive by kiat

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.