Received: from ATHENA-AS-WELL.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA05515; Sat, 23 Jan 93 13:07:38 EST
Received: from CECI.MIT.EDU by Athena.MIT.EDU with SMTP
	id AA08998; Sat, 23 Jan 93 13:07:37 EST
Message-Id: <9301231807.AA08998@Athena.MIT.EDU>
Received: from ITHAKE.MIT.EDU by ceci.mit.edu id AA13079g; Sat, 23 Jan 93 13:07:41 EST
To: aybee@ceci.mit.edu
Cc: jud@ceci.mit.edu
Subject: conds
Date: Sat, 23 Jan 93 13:11:03 -0500
From: Judson Harward <jud@ceci.mit.edu>

	Your proposals for cond are cleaner.  But I think we should
parentheses around the Boolean expressions to pararllel the other control
statements, particularly if () {} and while () {}.

	That leaves us with

	cond {
	 () {}
	 () {}
	 . . . 
	}

	Can you live with that?

	I will update the ADL chapter on that.

	On forward, does that mean you can only forward a message to another
method of the same object?  Remind me why we need this.  We had also talked
about a keyword theMessage.  Maybe we only need one or the other.  Let me know
what you think.

	Fantastic work on the parser!  You're steaming.

						Jud
