That's the way I used to think of it, despite the fact that it doesn't hold up in a plethora of real life, real English situations. And since you specifically invoked "For those involved with computers", my first exception will be an example familiar to any Monk here:

In Perl, $a < $b would be said "scalar a is less than scalar b", despite the fact that, whether the scalar is an IV or NV or Math::BigRat, scalars a and b are always digital.

In mathematics, a < b is said "a is less than b", whether "a,b ∈ ℝ" (a and b are elements of the set of real numbers: analog) or "a,b ∈ ℤ" (a and b are elements of the set of integers: digital)

In science, light comes in discrete (digital) packets called photons, but "there is less light in the dark cave then outside in the bright sunshine".

"The count of the fingers I am holding up on my right hand (2) is less than the count of the fingers I am holding up on my left hand (4)", despite the fact that my fingers are quite obviously digital. (Sorry, I had to make that pun.) (I was going to originally use "quantity" rather than "count" in that example, but "quantity" isn't as restricted to digital as "count" is, so I switched to "count" to emphasize the digital nature of the values involved.)

As far as I can think of, "fewer" is only used for digital items (though I'd love to learn exceptions in that direction, too, to annoy the pedants), but "less" isn't as restricted to analog as some people claim.

There are many places where I think "less" sounds better to my ears than "fewer", but phrases like "10 items or less" doesn't bother me anymore, because there are too many exceptions for the rule ''"less" is always analog'' to carry the weight that I used to think it did.


In reply to Re^4: 1. Go compare! Guardian's algortithm riddle and mathematical proof by pryrt
in thread 1. Go compare! Guardian's algortithm riddle and mathematical proof by LanX

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.