I think you are muddling the concepts of infinity, as in the digits of pi; and undecidability, such as Russel's Paradox.

The first group contains things that are infinite, but we can arbitrarily as many pieces as we want. The second group contains things that cannot be resolved in a logical reasoning system. (I've probably got the language wrong here as well, perhaps someone will jump in with the Oxford version.)

In a similar vein, there is Chaitin's constant, an uncomputable number. I don't see how lazy evaluation will improve that situation. In fact, lazy evaluation doesn't improve the infinity of pi or anything else. It just means we have an explicit mechanism for stopping short, instead of $SIG{HUP}.

Don't get me wrong -- I think lazy evaluation is a great idea. But it's not going to solve any unsolveable problems, just golf down some of the solveable ones.

Updated link (thanks Roy Johnson).

-QM
--
Quantum Mechanics: The dreams stuff is made of


In reply to Re: BlooP and FlooP and GlooP: Turing Equivalence, Lazy Evaluation, and Perl6 by QM
in thread BlooP and FlooP and GlooP: Turing Equivalence, Lazy Evaluation, and Perl6 by jonadab

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.