[plt-scheme] abstractions...

From: geb a (geb_a at yahoo.com)
Date: Wed Oct 5 17:57:04 EDT 2005

Hello,

Can someone tell me why the two scheme expression
below are equivalent?  I do not understand where map
gets its function!  Thank you for your help ahead of
time!

(apply
 map
 (list
  list
  (list 1 2 3 4)
  (list 5 6 7 8)
  (list 7 8 9 0)))


(list
 (list 1 5 7)
 (list 2 6 8)
 (list 3 7 9)
 (list 4 8 0))


		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


Posted on the users mailing list.