Thursday, January 29, 2009

Ch3, Ex8

This program does not terminate, when Append is called on a list(with just one element) as the second argument and it always happens eventually, for example calling {Append [1 2] [3]} will match [3] to 3|nil then call {Append {Append [1 2] [3]} nil} and this keeps on happening forever.

No comments:

Post a Comment