In particular was an article entitled "The Painter Weaving Language" by Ralph Griswold. Ralph is the keeper of the site and the inventor of Icon and Snobol as well as being an expert weaver.

Ralph is a pretty amazing guy, he's been turning out interesting CS stuff since (at least) the early 60s and will probably be around long after I'm gone. He was my grad school advisor about 12 years ago -- a nicer person would be hard to find.

FWIW, if you haven't messed with Snobol (or similarly Spitbol) or Icon, give them a look. Both have a lot of Perl roots in them. Snobol was munging strings back in a time when everything was Fortran and Cobol. Icon made it easy to create "generators" (similar to closures), and allowed the programmer to get into the guts of the pattern matching process.


In reply to Re: weave.pl---an expression analyzer by bluto
in thread weave.pl---an expression analyzer by hsmyers

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.