<?php require_once "fs_inner_context.inc"; ?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">

<title><?php echo $HTML_TITLE; ?></title>

</head>

<?php echo html_bgcolor_body($BG_COLOR); ?>

<!-- Standard hierarchical header structure -->

<?php echo $CS_HEADER_HTML; ?>

<?php echo $HTML_HEADER; ?>

<hr>

<?php echo html_header($HTML_HEADER_LEVEL + 1,
                "Motivation"); ?>

<p>None of the published books on lambda calculus is quite
satisfactory as a text for this course, and at least one of them is
horrifically expensive. This quarter, we will start to fix that, by
writing our own collaborative book and lecture notes.</p>

<?php echo html_header($HTML_HEADER_LEVEL + 1,
                "Project logistics"); ?>

<p>Everything about the project is negotiable. I provide starting
points and defaults here. We will produce the book as an open
collaboration, and a substantial piece of your grade will depend on
your participation in the project. Everyone may contribute to all
parts of the book, but I will assign rotating project leaders to take
responsibility for particular segments of the course. We will
collaborate through <em>CVS</em>, and discuss the book on
<em>HyperNews</em> in responses to <a href="">my initial
message</a>. We will write the book in <em>LaTeX</em>, and produce an
<em>HTML</em> version using <em>LaTeX2HTML</em>. I will give credit
for contributions to the logistics as well as to the content of the
book. Contributions to logistics, including <em>LaTeX</em> macros,
<em>CVS</em> configuration, and <em>Makefile</em>s, will be
concentrated at the beginning of the project.</p>

<?php echo html_header($HTML_HEADER_LEVEL + 1,
                "Contents of the book"); ?>

<p>The book will contain a topically organized text on lambda
calculus, extracted from class discussion and other texts. It will
also contain a brief diary of the class discussion, separated out as a
sequence of sidebars. It may be easier to write the diary parts
before the corresponding topical parts.</p>

<?php echo html_footer("index", 0, 1); ?>
<!-- hhmts start -->
Last modified: Thu Mar  7 16:23:32 CST 2002
<!-- hhmts end -->

</body>

</html>
