It's true, whether it is simple to do something in a language is, a lot times, determined by the libraries that are readily available.

Take this a step further, in today's world, it is not only about whether you have couple of libraries handy, often times it is also about whether you have a framework for certain jobs, this is particularly true for all web applications.

In the same webcast, it was jokingly (or not so much jokingly) mentioned that now people probably use 14 frameworks in one application. For example, in a ASP.Net web application, you may use entity framework for database access, jquery (as a framework) to ease javascript development, and don't forget that ASP.Net itself is a framework...


In reply to Re^2: Language for something simple by PeterPeiGuo
in thread Language for something simple by PeterPeiGuo

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.