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

Your code beauty conventions

Name: Anonymous 2006-05-11 5:09

Post your code indenting and style. Anonymous' is:

[code]

Name: Anonymous 2006-06-08 1:07

nothing is better than scheme.

(define invert
        (lambda (lst)
                (if (null? lst)
                        '()
                        (cons (list (cadar lst) (caar lst)) (invert (cdr lst))))))

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