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

<>

Name: Anonymous 2008-01-12 14:24

or != ?

Personally, I prefer != because not all inequalities can be described by a combination of less than and greater than.

Name: Anonymous 2008-01-13 0:20

(define negate (lambda (f) (lambda (a) (not (f a)))))

(define -ify (lambda (q) (lambda (f) (lambda (a) (q (f a))))))
(define negate (-ify not))


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