I'm not quite sure I understand what you would like to do. Are you thinking of injecting bits of code that could be carried with the "stream" waiting for the right trigger to execute? If so, what sort of trigger to you have in mind?

Delayed execution is a perfect application for functional programming. For a recent discussion and some examples, see Functional programming ?.

The specific application you describe for the web sounds a lot like a mashup tool. If that is what you had in mind, you might also want to check out Yahoo Pipes and the Google Mashup Editor (now a part of Google Apps). These are intended as graphical programming tools, but I believe the guts (especially for Yahoo Pipe) do something like what you are talking about. If you had something else in mind, perhaps you might add some notes explaining how your idea is different or goes beyond that?

Best, beth


In reply to Re: IO:: ... dynamic? by ELISHEVA
in thread IO:: ... dynamic? by Tanktalus

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.