Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I suspect that many people today are caught off-guard by a language that has no real notion of “compile time [error checking],” and that strives to be very permissive ... to DWIM.   There are both several different ways to say the same thing, and several idioms that look similar but that don’t do the same thing.   Unless you use strict; use warnings; you don’t get notified of errors that other languages would reject outright.   It’s certainly not as amorphous as JavaScript, but it can be off-putting.   If you came from a language with strong typing, and with a “there’s one way to do it] syntax, you will find yourself without the crutches things you are accustomed to leaning on.   You’ll write something, see that it compiles and even runs, and assume erroneously that this means it’s correct and that it’s doing what you wanted.   Then, you feel like you just got smacked in the face with a skillet.

But, quite honestly, I think that just about every programming tool out there has more-or-less the same kinks ... just, different kinks.


In reply to Re: The future of Perl? by sundialsvc4
in thread The future of Perl? by BrowserUk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found