Skip to footer navigation.

« Oatmeal

For those moments when you need to scream into the void…

(define (void) 
    (let loop ((times 10))
        (if (= times 0)
            (display ":deep breath:\n")
            (begin (display "AAAAAAAAAAAAHHHHHHHHHHHH\n")
                (loop (- times 1))))))

…it is a scheme scream.”

😬

Published

Tags