Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Books Media Programming IT Technology

Knuth's Fascicle 3b Available 38

An anonymous reader writes "Looks like Knuth is making progress on volume 4 of The Art of Computer Programming. Another fascicle is available. More news here."
This discussion has been archived. No new comments can be posted.

Knuth's Fascicle 3b Available

Comments Filter:
  • by orthogonal ( 588627 ) on Saturday February 21, 2004 @05:38PM (#8351492) Journal
    And if reading the fascicle is too heavy going, remember that you can watch the movies instead, at http://scpd.stanford.edu/knuth/ [stanford.edu]. Fourteen videos of Knuth's lectures are aavailable, inclusing last years's "Tenth Annual Christmas Tree Lecture: Finding All Spanning Trees".

    I watched the Tenth Annual Christmas Tree lecture live (the "trees", of course, being various computer science graphs and structures, not pine trees hung with colored lights) and found it surprisingly engaging and accessible even to an educated lay-person. If you have any interest in computer science or algorithm design, it's a fascinating way to spend an hour. (Disclaimer: I'd just watched the 1998 lecture to better understand Garsia-Wachs coding.)

    I was so excited about watching it live that I submitted the Knuth Christmas lecture as a story about it to Slashdot, but the editors didn't think it important enough to accept. (Nor the story on "brain fingerprinting" [bbc.co.uk] -- a kind of polygraph based on direct reading of brain waves -- casting doubt on a death sentence, nor Eagle's drummer Don Henley's op-ed piece in the Washington Post [washingtonpost.com] attacking the music industry and ruminating on p2p, nor the story about Anglo-German scientific rivalry and the resulting pickled baby "dragon" [smh.com.au].)
  • Re:ask the community (Score:5, Informative)

    by Permission Denied ( 551645 ) on Saturday February 21, 2004 @05:54PM (#8351609) Journal
    Give up copyrights to the community and let the community to help you writing the text.

    I hope you're joking.

    Have you tried reading TAoCP? This is not some computer book [ibiblio.org] but is an in-depth study of all the mathematics that Computer Science comprises. Some of the exercies would serve as topics for a PhD thesis (and are marked as such).

    Suffice it to say that writing these books is not an easy task and I'm not sure if the series will ever get finished. I'm still on the first volume, so I don't know if I'll ever finish the series. Even though wikipedia shows us that a community effort can produce some good writing, I doubt it could ever produce something as in-depth as TAoCP.

    And besides this, I think Addison-Wesley would have something to say about putting TAoCP in public domain.

  • Re:ask the community (Score:5, Informative)

    by kurosawdust ( 654754 ) on Saturday February 21, 2004 @06:26PM (#8351783)
    The community can help already. Download the fasciles and comb them for errors, as is explicitly requested on Knuth's news page [stanford.edu].
  • Re:ask the community (Score:3, Informative)

    by Anonymous Coward on Saturday February 21, 2004 @06:37PM (#8351861)
    See also his help wanted [stanford.edu] page.
  • Re:ask the community (Score:4, Informative)

    by __past__ ( 542467 ) on Saturday February 21, 2004 @06:55PM (#8351978)
    Give up the copyrights to the community
    You know, if this weren't such a stupid proposal in the case of TAOCP, he might actually do that. Remember that TeX was one of the first explicitly free software programs, just with fewer bugs and less ideology than the stallmanist oevres.
  • by cliveholloway ( 132299 ) on Saturday February 21, 2004 @07:17PM (#8352127) Homepage Journal
    He's only 75.

    cLive ;-)
  • by WillAdams ( 45638 ) on Saturday February 21, 2004 @09:37PM (#8353001) Homepage
    Probably that's supposed to be funny, but for those who don't understand the context of the joke, Dr. Knuth is running behind (didn't I just write this up recently?) because

    1 - the work itself is huge (when first asked to write it he delivered some six or seven _hundred_ pages of manuscript as the first _chapter_, causing his editor to ask, ``Don, just how long is this book going to be?''

    2 - publishing switched from hot metal type set by a combination of casting machines and hand-work for mathematics typography to phototypesetters and after digital typesetters. Because of the limitations of the early typesetting systems, Dr. Knuth saw it as his obligation to set aside everything else and write a publishing / typesetting system for mathematics --- he thought it would be done over his sabbatical of that year, some decades later he announced TeX complete and frozen at version 3 (w/ a version number tending toward pi and a several hundred dollar reward for finding a bug).

    Lest you think TeX is irrelevant in these graphical days, TeXinfo is the basis for the GNU documentation format, an awful lot of XML gets typeset programmatically by TeX (look up xmltex for one example), Adobe uses TeX's H&J as the basis for the ``multi-line composer'' in their InDesign page layout application (by way of URW's HZ), and there're wonderful new formats such as ConTeXt and documentclasses such as KomaScript and Memoir _and_ w/ the new edition of _The LaTeX Companion_ soon to be published, work on LaTeX3 should accelerate.

    William
  • Re:ask the community (Score:5, Informative)

    by WillAdams ( 45638 ) on Saturday February 21, 2004 @09:43PM (#8353034) Homepage
    It's worth noting that a number of Dr. Knuth's books are available insofar as is possible --- look for _The TeXbook_ and _The METAFONTbook_ in particular, also his _Mathematical Writing_, and of course, one can typeset the (Literate Programming) source of tex.web to essentially get the book _TeX: The Program_ (only up-dated ;)

    Dr. Knuth has also published some _way_ cool commentary on programs as literate commentary on them, esp. look for his coverage of _The Colossal Cave Adventure_

    William
  • by Anonymous Coward on Saturday February 21, 2004 @10:33PM (#8353281)
    I forgot to mention that when I submitted the article.
    It also seems that pre-fascicle 2c has been renamed to pre-fascicle 3a.
    Seeing that pre-fascicles 2a and 2b total 138 pages and that 3a and 3b total 156 pages, perhaps the "real" fascicles 2 and 3 will shortly arrive (unless fascicle 1 has to be completed first).

    By the way, I'd start looking for errors in pre-fascicle 3c, the $2.56 reward applies to pre-fascicles as well. (I got a check from Knuth for one in one of the previous ones -- quite an amazing thing to get one of those famous checks!)

There are two ways to write error-free programs; only the third one works.

Working...