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

Fear my λ-calculus

Name: Anonymous 2007-07-08 19:14 ID:RhgGHwwC

(define (% x y)
    (if (< x y)
    x
    (% (- x y) y)
    )
)

(define (floor x)
    (- x (% x 1) )
)

(floor (/ (floor (/ minutes 60)) 24))
(% (floor (/ minute 60)) 24)
(% minute 60)

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