> this is not a Perl vs C issue

Sorry, I wasn't trying to make it one; but, the reference to a particular language made me think about how this would be accomplished in my favorite language. That's all.

My preferences aside, I think C isn't the greatest choice for this application, as it is more difficult to maintain secure, reliable code on a short time schedule. Remember that the voting machines must be very maintainable on short notice, because new voting laws sometimes get passed weeks before an election.

> The problems are all (OK, how about mostly?) in the basic design philosophy the companies started with. Just be thankful that, under those conditions, they didn't use perl!

On that point, I will agree. But, considering this is PerlMonks, a Meditation on writing a voting machine system in C or Java seems somewhat out-of-place. ;-)

radiantmatrix
require General::Disclaimer;
"Users are evil. All users are evil. Do not trust them. Perl specifically offers the -T switch because it knows users are evil." - japhy

In reply to Re^2: Larry Wall for President! (or at least voting systems in Perl...) by radiantmatrix
in thread Larry Wall for President! (or at least voting systems in Perl...) by radiantmatrix

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.