17.1.1

0 views
Skip to first unread message

mike

unread,
Nov 29, 2009, 4:31:04 PM11/29/09
to Study-HTDP
Hi all; Dave i know you are passed this point and am wondering how you
interpreted this exercise. I do not think
that the input is an arb number of lists (in that case you
need a list of list as inputs) ; but (my-append lis1 lis2 lis3) is
limited to 3 inputs
mike

Dave

unread,
Nov 30, 2009, 12:57:53 AM11/30/09
to Study-HTDP
Hi Mike --

My solution was tailored to 3 inputs, no more, no less:

;my-append : (listof X) (listof X) (listof X) -> (listof X)
;consumes 3 lists of elements, combines them all into a single list

That's the way I read it....

Dave

mike

unread,
Nov 30, 2009, 9:26:00 AM11/30/09
to Study-HTDP
thanks, Dave

Dave

unread,
Nov 30, 2009, 12:56:14 PM11/30/09
to Study-HTDP
No problem. Good luck!
Reply all
Reply to author
Forward
0 new messages