<?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_linked_text("<em>Courses</em>", $CS_COURSES_ROOT_URL); ?>

<?php echo $HTML_HEADER; ?>

<hr>

<b> Lecture materials will be posted here as they becomes available.  See </b>
<?php echo html_linked_text("<b>last year's lecture notes page</b>", 
			    "http://www.classes.cs.uchicago.edu/classes/archive/2002/fall/12500-1/Lecture_notes/"); ?>
<b> to view Autumn 2002 lecture notes and demonstrations. </b>

<hr>

<li>Monday, September 29, 2003

  <ul>

    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/09_29_2003.txt"); ?></li>

  </ul>
</li>

<li>Wednesday, October 1, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_01_2003.txt"); ?></li>
  </ul>
</li>

<li>Friday, October 3, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_03_2003.txt"); ?></li>


    <li><?php echo html_linked_text("DEMO: Exploration of integer arithmetic",
                              "3_10_2003/explore.int.scm"); ?></li>

    <li><?php echo html_linked_text("DEMO: Definition of power function",
                              "3_10_2003/power.scm"); ?></li>

    <li><?php echo html_linked_text("DEMO: Exploration of power function",
                              "3_10_2003/power.int.scm"); ?></li>
  </ul>
</li>

<li>Monday, October 6, 2003

  <ul>

    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_06_2003.txt"); ?></li>

    <li><?php echo html_linked_text("DEMO: Definition of new power functions",
                              "6_10_2003/power.scm"); ?></li>

    <li><?php echo html_linked_text("DEMO: Exploration of new power functions",
                              "6_10_2003/power-int.scm"); ?></li>

  </ul>
</li>

<li>Wednesday, October 8, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_08_2003.txt"); ?></li>

    <li><?php echo html_linked_text("DEMO: Different types of lists",
                              "8_10_2003/list-int.scm"); ?></li>

    <li><?php echo html_linked_text("DEMO: Different types of cons constructions",
                              "8_10_2003/cons-int.scm"); ?></li>

    <li><?php echo html_linked_text("DEMO: List equality with different construction",
                              "8_10_2003/list_cons-int.scm"); ?></li>

  </ul>
</li>

<li>Friday, October 10, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_10_2003.txt"); ?></li>

    <li><?php echo html_linked_text("DEMO: Exploration of rest, first,
                              and append ",
                              "10_10_2003/append-int.scm"); ?></li>

  </ul>
</li>

<li>Monday, October 13, 2003

  <ul>

    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_13_2003.txt"); ?></li>

    <li><?php echo html_linked_text("DEMO: Definition of repeat_square functions",
                              "13_10_2003/let.scm"); ?></li>

    <li><?php echo html_linked_text("DEMO: Exploration of repeat square functions",
                              "13_10_2003/let-int.scm"); ?></li>

  </ul>
</li>

<li>Wednesday, October 15, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_15_2003.txt"); ?></li>

  </ul>
</li>

<li>Friday, October 17, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_17_2003.txt"); ?></li>

    <li><?php echo html_linked_text("DRAWING: Parsing flow chart for the
                              expression (3^4)^5",
                              "aren_notes/flow.jpg"); ?></li>
  </ul>
</li>


<li>Monday, October 20, 2003

  <ul>

    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_20_2003.txt"); ?></li>

    <li><?php echo html_linked_text("DRAWING: Parsing flow chart for the
                              expression 1*2/3",
                              "aren_notes/flow2.jpg"); ?></li>

  </ul>
</li>

<li>Wednesday, October 22, 2003
  <ul>

    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_22_2003.txt"); ?></li>

<li><?php echo html_linked_text("DEMO: Definition of intlist abstract
                              data type",
                              "22_10_2003/scheme_list.scm"); ?></li>

<li><?php echo html_linked_text("DEMO: A binary tree implementation of intlists",
                              "22_10_2003/tree_list.scm"); ?></li>

<li><?php echo html_linked_text("Last Year's Assignment #4: Contains
                              further discussion of intlists",
                              "http://www.classes.cs.uchicago.edu/classes/archive/2002/fall/12500-1/Homework/Asst4/");
                              ?></li>

<li><?php echo html_linked_text("Comments on Last Year's Assignment #4",
                              "http://www.classes.cs.uchicago.edu/classes/archive/2002/fall/12500-1/Homework/Asst4/Comments/");
                              ?></li>



  </ul>
</li>

<li>Friday, October 24, 2003
  <ul>

    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_24_2003.txt"); ?></li>

  <li><?php echo html_linked_text("DEMO: accumulate_list_lr functions (0
                              functions are from this lecture)",
                              "27_10_2003/accumulate_all.scm"); ?></li>

  </ul>
</li>

<li>Monday, October 27, 2003

  <ul>

    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_27_2003.txt"); ?></li>

  <li><?php echo html_linked_text("DEMO: accumulate_list_lr functions",
                              "27_10_2003/accumulate_all.scm"); ?></li>

  </ul>
</li>

<li>Wednesday, October 29, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_29_2003.txt"); ?></li>

  <li><?php echo html_linked_text("DEMO: Testing accumulate_list_lr functions",
                              "29_10_2003/accumulate_test.scm"); ?></li>
  </ul>
</li>

<li>Friday, October 31, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/10_31_2003.txt"); ?></li>

 <li><?php echo html_linked_text("DEMO: More Testing accumulate_list_lr functions",
                              "31_10_2003/accumulate_test.scm"); ?></li>

  </ul>
</li>


<li>Monday, November 3, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_03_2003.txt"); ?></li>

 <li><?php echo html_linked_text("DEMO: Definition of
                              nested_accumulate_list_lr and application functions",
                              "31_10_2003/nested_accumulate.scm");
                              ?></li>

<li><?php echo html_linked_text("DEMO: Exploration of
                              nested_accumulate_list_lr and application functions",
     
                            "31_10_2003/nested_accumulate-int.scm"); ?></li>
  </ul>
</li>

<li>Wednesday, November 5, 2003
  <ul>
  No Lecture: Midterm Exam 
  </ul>
</li>

<li>Friday, November 7, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_07_2003.txt"); ?></li>

<li><?php echo html_linked_text("DEMO: Definition of lambda version of
                              cons, first, and rest",
                              "7_11_2003/lambda_cons.scm");
                              ?></li>

<li><?php echo html_linked_text("DEMO: Exploration of lambda version of
                              cons, first, and rest",
                              "7_11_2003/lambda_cons-int.scm");
                              ?></li>
  </ul>
</li>


<li>Monday, November 10, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_10_2003.txt"); ?></li>

<li><?php echo html_linked_text("DEMO: Exploration of xreal functions",
                              "10_11_2003/xreal-int.scm");
                              ?></li>
  </ul>
</li>

<li>Wednesday, November 12, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_12_2003.txt"); ?></li>

<li><?php echo html_linked_text("DEMO: Lambda implementations of several
                              common objects",
                              "12_11_2003/all_you_need_is_lambda.scm");
                              ?></li>
  </ul>
</li>

<li>Friday, November 14, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_14_2003.txt"); ?></li>

<li><?php echo html_linked_text("DEMO: Lambda implementations of several
                              common objects",
                              "12_11_2003/all_you_need_is_lambda.scm");
                              ?></li>

<li><?php echo html_linked_text("DEMO: Exploration of Lambda implementations",
                              "14_11_2003/all_you_need_is_lambda-int.scm");
                              ?></li>
  </ul>
</li>


<li>Monday, November 17, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_17_2003.txt"); ?></li>

<li><?php echo html_linked_text("DEMO: Definition of Stream datatype",
                              "17_11_2003/stream.scm");
                              ?></li>

<li><?php echo html_linked_text("DEMO: Applications of Stream datatype",
                              "17_11_2003/stream-int.scm");
                              ?></li>

  </ul>
</li>

<li>Wednesday, November 19, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_19_2003.txt"); ?></li>
  </ul>
</li>

<li>Friday, November 21, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_21_2003.txt"); ?></li>

<li><?php echo html_linked_text("DEMO: Definition of the eval_lambda
                              functions", "21_11_2003/eval_lambda.scm");
                              ?></li>

<li><?php echo html_linked_text("DEMO: Exploration of the eval_lambda
                              functions",
                              "21_11_2003/eval_lambda-int.scm"); ?></li>
                              </ul> </li>


<li>Monday, November 24, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_24_2003.txt"); ?></li>

<li><?php echo html_linked_text("DEMO: Definition of the eval_lambda
                              functions", "24_11_2003/eval_lambda.scm");
                              ?></li>

<li><?php echo html_linked_text("DEMO: More exploration of the eval_lambda
                              functions",
                              "24_11_2003/eval_lambda-int.scm"); ?></li>
  </ul>
</li>

<li>Wednesday, November 26, 2003
  <ul>
    <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/11_26_2003.txt"); ?></li>
  </ul>
</li>

<li>Friday, November 28, 2003
  <ul>
  <li> No Class:  Thanksgiving Holiday </li>
  </ul>
</li>


<li>Monday, December 1, 2003
  <ul>

   <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/12_01_2003.txt"); ?></li>
 
	<li><?php echo html_linked_text("DEMO: Exploration of set! and define
				usage of
			        frame-state-environment model",
			        "1_12_2003/memory-int.scm");
			        ?></li>

       <li><?php echo html_linked_text("DEMO: Definition of make_counter (both
			        the malfunctioning version and the
			        corrected one)",
			        "1_12_2003/make-counter.scm"); ?></li>

       <li><?php echo html_linked_text("DEMO: Exploration of make_counter",
			        "1_12_2003/make-counter-int.scm"); ?></li>

  </ul>
</li>


<li>Wednesday, December 3, 2003
  <ul>
   <li><?php echo html_linked_text("Lecture Notes",
                              "aren_notes/12_03_2003.txt"); ?></li>
 
       <li><?php echo html_linked_text("DEMO: Definitions of
			        make_counter variations",
			        "3_12_2003/make-counter.scm"); ?></li>

       <li><?php echo html_linked_text("DEMO: Exploration of
			        make_counter variations",
			        "3_12_2003/make-counter-int.scm"); ?></li>
  </ul>
</li>

<hr>

Maintained by <a href="/~odonnell">Michael J. O'Donnell</a>, email:
<a href="mailto:odonnell@cs.uchicago.edu">
  <img align="middle"
     src="http://www.cs.uchicago.edu/images/misc/lightningbolt2.gif"
     alt="[]">
  odonnell@cs.uchicago.edu
</a>

<?php echo html_footer("index", 0, 1); ?>
<!-- hhmts start -->
Last modified: Mon Dec  2 10:43:07 CST 2002
<!-- hhmts end -->

</body>

</html>
