News for UCLA Computer Science 131, Winter 2004

2004-03-17
2004-03-11
A typo in Project 2 has been corrected. The correct status code for Forbidden is 403, not 404. Please see Internet RFC 2616 §10.4.3 for details.
2004-03-05
2004-03-02
A special case has been added to Homework 4 when when x is a NaN and x is y. In this special case, it is OK if cmp(x,y) returns 0; internally Python uses is as a short-cut before invoking your comparison method, and there's no easy way to change this without modifying the Python implementation. FloatingPointError must still be raised if the arguments to cmp are distinct objects and one is a NaN.
2004-03-01
2004-02-26
Homework 4 is available; it is essentially what was discussed in class yesterday.
2004-02-17
Homework 3 is available; it is due one week from today.
2004-02-12
2004-02-09
2004-02-04
2004-02-03
begin has been added to the list of Scheme primitives that a matcher can use in Project 1. This isn't strictly necessary, since (begin A B C) is equivalent to ((lambda () A B C)), but it is a convenience.
2004-02-01
In Project 1, the last line of nonemptymatch has been changed from (not (eq? frag frag1)))))) to (and (not (eq? frag frag1)) frag1))))), so that on success it returns the unmatched suffix rather than simply returning #t.
2004-01-28
As previously announced, Jonathan will not be on campus Friday. The morning section will still be held at the same time/place (10:00, Public Policy 1234). Gary Underwood, a previous TA for this course, has graciously agreed to teach the section. The afternoon section will not be held. To make up for this, Jonathan is holding a section tonight at 19:00 (to let people eat between 131's), hopefully in the same room the usual afternoon section (Boelter 5264). If the room is occupied, he'll leave a note as to where to go. Those of you who are in the morning section are welcome to join.
2004-01-23
2004-01-15
A web discussion board is available for the class. Jonathan will monitor it regularly.
2004-01-07

© 2004 Paul Eggert. See copying rules.
$Id: news.html,v 1.145 2004/03/18 02:02:38 eggert Exp $