[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NAMED-LAMBDA, REC, DEFINE



    Date: Saturday, 29 March 1986  20:19-EST
    From: Jonathan A Rees <JAR at MC.LCS.MIT.EDU>

	Date: Sat, 29 Mar 1986  16:53 EST
	From: CPH%OZ.AI.MIT.EDU at XX.LCS.MIT.EDU

	So I would like to retract my earlier statement in support of the
	simpler semantics.

    One man's simple is another's complex... could you be more precise?
    Which one do you like now?

And the winner is...

    Alternative A (Norman's and mine and S&ICP's):

	(define (foo . rest) . body)

      means the same thing as

	(define foo (lambda rest . body))