[plt-scheme] HTDP 27.5.6 - addendum

From: wooks . (wookiz at hotmail.com)
Date: Fri Jul 28 19:13:08 EDT 2006

Testing the example in the book with the code I posted.

(triangulate (list (list 2 2 3 10)
                   (list 2 5 12 31)
                   (list 4 1 -2 1)))

yielded

(list (list 2 2 3 10) (list 3 9 21) (list 1 2)) as expected




Posted on the users mailing list.