Hey, nice links! I remember looking (briefly) for Perl-based literate programming tools a few years ago and not finding them. Thanks for these links.

My ideas for using LyX are quite similar to the basic notions behind literate programming. However, I do not wish to expound upon an algorithm. My interests are more focused on interleaving code into my research notebook. It's like, "Here's a thought" followed by the code to test that thought and produce a figure or two, which are embedded into the research notebook. Then, "Hmm, I expected X instead of Y..." followed by more code, and figures, etc. The exposition shows the flow of ideas from beginning to end, providing a context for the code. In this respect, it's close to iPython notebooks than literate programming.


In reply to Re^4: Hacking a source filter into the #! line by dcmertens
in thread Hacking a source filter into the #! line by dcmertens

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.