I don't see perl being used for the systems control software in a nuclear power station.

I realize you are half-joking here, but still, I have seen this exact same sentence quite a few times now so I will answer it here.

I don't think the language used for the systems control software in a nuclear power station is really relevant. I would bet that along the ages such systems have been written in assembly language, Fortran, probably COBOL, C, C++, possibly ADA... none of which strike me as being really "safer" than Perl, whatever "safer" might mean. All that matters is that the development methodology is sound, that the software is tested extensively and that the developers know what they are doing. Perl, maybe with a touch of C for those really time-critical bits, would do just fine there.

And BTW, I have never seen the code for such a control system, but I have been in contact with people that manage it, and believe me, it looks like a huge mess, just like any other project I have seen that involves dozens of subcontractors and hundreds of developers.


In reply to Re^2: [OT?] Other Languages by mirod
in thread [OT?] Other Languages by ghenry

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.