[plt-scheme] HTDP 12.4.2

From: wooks wooks (wookiz at hotmail.com)
Date: Thu Jun 22 18:12:54 EDT 2006




So, if we are holding onto:

    (list (list 'd 'r 'e)
          (list 'r 'd 'e)
          (list 'r 'e 'd))

and we want to mess with it enough so we get:

     (list (list 'd 'e 'r)
           (list 'e 'd 'r)
           (list 'e 'r 'd)
           (list 'd 'r 'e)
           (list 'r 'd 'e)
           (list 'r 'e 'd))

do you see what the difference between what we're holding onto and what we 
want is?  Can you give a concept or name to it?

----------------------------------------------

The difference is (first alow) - Right.




Posted on the users mailing list.