Actually if your friend is really so much for 'fuzz', then he must know by now Python and Java these days get regularly trolled on many programming forums. People are just fed up with technical bureaucracy associated with Java, XML/Configuration mess, dependency management, endless pool of mediocre programmers which generally makes it difficult to identify good programmers.

Coming to Python, yes it was famous around in Google. But from the news that is coming out now, they have deprecated it in production especially for API usage, due to lack of strong type support. Its a very good language by the way, but breaking backwards compatibility with Python 3 just for things like print statement has made many users still stuck with Python 2.x series. The Python 3 adoption is and has always been very slow even after so many years after its release. Scoping is bad broken, there are some good frameworks. But given how brittle their syntax is, they are likely to break backwards compatibility every time they make a non trivial change to their syntax/semantics.

Javascript is hip because of NodeJS, but trust me languages like Go are likely to Python's lunch big time. And Rails eat Php's lunch long time back.

So if your friend is too much for 'fuzz', he must look at scala, clojure, coffeescript, NodeJS and those technologies alike. Python, Java, Php today are likely to be trolled and considered as much equally ancient as Perl.


In reply to Re: Argument for Perl ( again and again ) by Anonymous Monk
in thread Argument for Perl ( again and again ) by heatblazer

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.