Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why did the origami artist never map?

Name: Anonymous 2012-10-16 1:27

Because he preferred to fold.

Name: Anonymous 2012-10-16 23:45


(define (map1 fn lis)
  (reverse (fold (lambda (acc x)
                   (cons (fn x) acc))
                 '()
                 lis)))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List