liverpole,
Continuations, coroutines, callbacks, and closures - Oh my. Yes, it is very interesting how the state of the universe can be wrapped up in a neat little package. What is more interesting to me, is faster than light communication via quantum entanglement. I see articles every now and then about entanglement experiments but I am not holding my breath.

What would be nice is quantum entanglement for programming. I have often wanted "spooky action at a distance" when modifying a variable. Yes, I know tie can likely give me all that and a bag of chips but it doesn't feel quite as magical. It is more like lazy evaluation.

my $blind_mice; my $answer = $blind_mice * 14; $blind_mice = 3; print $answer; # 42 of course

Cheers - L~R


In reply to Re: On Wormholes, Time-Travel and Closures by Limbic~Region
in thread On Wormholes, Time-Travel and Closures by liverpole

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.