At first glance, this is a strange question. However, I think it's a very revealing question because it demonstrates a fundamental misconception that people have about the way programming 'languages' work.

Consider this, it may give you an epiphany:

Whenever you read code in *any* programming language, it is only a *conjured-up side-effect* that the little symbols on the screen have any similarity whatsoever with 'human language'.

Consider that and let it sink in for a bit...

Did it sink in?

Still pondering that? If you get the point, then you realize that ...

print 'Hello'; print "Hello";

... is the same thing as ...

qublloogg @xux_nono_interpo@Hello@xux_nono_interpo@@uxx@ qublloogg @xux_ouio_interpo@Hello@xux_ouio_interpo@@uxx@

both are 'isomorphic', one just happens to be easier for some people to understand, read, and memorize than the other. (personal preference dictates what is 'easier' more than *anything else*!!) If someone tells you that programming 'language' X is 'more or less forgiving' (aka better, superior, smarter) than language Y, just nod your head and politely smile ... knowing that it is all a conjurer's trick.

This is why JAPH's and Obfuscation contests are so fascinating. This is why JAPH's and Obfuscation works in the first place. This is why there will always be 'new' programming languages. (or 'improvements' on existing ones). This is why people can be fooled by 'bots' into thinking they are talking to a human.

It is only a *conjured-up side-effect* that the little symbols on the screen have any correlation whatsoever with what you understand as 'human hanguage'. Understand that a 'programming language' does not work like 'human language' ... let that concept sink in.


In reply to Re: making perl more forgiving by dimar
in thread making perl more forgiving by simplitia

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.