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

sicp pls

Name: Anonymous 2012-11-14 6:32

http://www.pastebay.net/1154964
I used the filter function for ex 1.3 sicp . But it fails for equal numbers.Please help

Name: Anonymous 2012-11-14 12:39

(define (smallest a-list)
  (cond ((null? (cdr a-list))  (car a-list))
        ((<= (car a-list)   (smallest ( cdr a-list))) (car a-list))
        (else (smallest(cdr a-list)))))

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