[plt-scheme] What's that function....

From: Andrei Estioco (chadestioco at gmail.com)
Date: Fri May 7 10:38:47 EDT 2010

Ah I now remember...I think I saw this as an example for _map_ in one of the
CS61A lectures. Thanks.

On Fri, May 7, 2010 at 3:43 PM, Matthias Felleisen <matthias at ccs.neu.edu>wrote:

>
> Like this?
>
> > (map list '(1 2 3 4) '(5 6 7 8) '(9 10 11 12))
> `((1 5 9) (2 6 10) (3 7 11) (4 8 12))
>
>
>


-- 
Chad Estioco
BS Computer Science (ongoing)
University of the Philippines-Diliman
==============================
http://www.skytreader.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100507/e3703c93/attachment.html>

Posted on the users mailing list.