Hmmm...

:=, laziness, he is thinking big. I hope he thinks through the consequences. Otherwise he may just find me submitting a bug report about the following code:

$x := $y + 5; $y := $x -3; print "Answer: ($x, $y)\n";
Unless, of course, it works. In which case I shall probably sacrifice burnt offerings at TheDamian's altar. (And then try to break it with a non-linear system of equations.)

In a similar and more reasonable vein, I hope that his thinking about laziness, :=, and slice mechanics goes far enough that you can readily (for instance) define the Fibonacci sequence as a lazy list and have it work right...


In reply to Re (tilly) 1: Apocalypse 3 by tilly
in thread Apocalypse 3 by Masem

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.