(
(
(
Racket
)
)
)
Need Help?
About
Download
Documentation
PLaneT
Community
Learning
[plt-scheme] What's that function....
From:
Matthias Felleisen
(
matthias at ccs.neu.edu
)
Date:
Fri May 7 03:43:35 EDT 2010
Previous message:
[plt-scheme] What's that function....
Next message:
[plt-scheme] What's that function....
Messages sorted by:
[date]
[thread]
[subject]
[author]
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))
Posted on the
users mailing list
.
Previous message:
[plt-scheme] What's that function....
Next message:
[plt-scheme] What's that function....
Messages sorted by:
[date]
[thread]
[subject]
[author]