Re: Lists, Sets, and Associations Mark S. Miller (markm@erights.org)
Wed, 14 Oct 1998 12:49:55 -0700

At 12:35 PM 10/14/98 -0700, Bill Frantz wrote:
>At 12:19 PM 10/14/98 -0700, Mark S. Miller wrote:
>>
>> altList([1, 2, 3])
>
>How does it expand into an invocation or series of invocations?

It expand to Kernel E as:

altList run(makeTuple run(1, 2, 3))

The definition of makeTuple will shortly be:

	define makeTuple {
	    match [=="run", args] {args}
	}

Once we resolve the name convention issue, "makeTuple" will probably be renamed as well.

Speaking of the name convention issue (a vs b vs c vs d, and all that), I really need some reactions. Anyone?