Is it ok to post updates here? I've got no-one else to talk to :-)
Anyway assuming it's ok I've just finished the first draft of chapter 13 on continuations over at at billhails.net.
It's still quite rough, and it needs rearranging (move the "what's so cool about continuations" bits up to the front so the reader feels more motivated to read the rest,) and subtitling.
I'm slightly worried that I'm leaning rather too heavily on one source, the venerable and wonderful "Essentials of Programming Languages", but hopefully by the time I've finished I'll be able to present a more balanced account.
Any and all constructive criticism is welcome: anything I've missed, any points that are too laboured etc.
And enjoy of course.
PS There are now PostScript and PDF versions linked from the cover page.
Update: changed title as per recommendation
Bill H
perl -e 'print sub { "Hello @{[shift]}!\n" }->("World")'
See also: RFC: more of that almost-book and RFC: Almost a Book

Edited by planetscape - added "see also" links

( keep:0 edit:14 reap:0 )


In reply to Book update: "Exploring Programming Language Architecture in Perl" by billh

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.