The Sapir-Whorf hypothesis (on linguistic determism) has been either refuted outright (in its strong version), or shown to be essentially devoid of content (weak version). In terms of programming languages, you do not have to use (or to have ever even learned) a functional programming language to apply the concepts of functional programming (and s/functional/OO/). The programming language you choose (meaning general purpose, not specialized niche languages here) doesn't limit the solution set so much as it limits the solution set that can be expressed naturally in that language. Think about it: C is not an OO language, nor does it have hashes as a primary type; but with it you can write new languages that do.

If anything, the Sapir-Whorf hyposthesis is simply backwards: What and how we think shapes our language. The Innuit may have more words for snow (but nowhere near the 40 or so claimed by some reports, more like 7 to 10), but not more concepts or recognitions of different kinds of snow. We just require more descriptive phrases where their language uses simple or compound words. When differences in snow types are a more important part of daily life, one might expect such huffman-like encodings to be reflected in the language.


In reply to Re: Re: Re: don't { use Perl } by Anonymous Monk
in thread don't { use Perl } by erikharrison

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.