int fready(FILE *stream);
(define (lel) (cond ((char-ready?) (display "YAY") (newline)) (else (display "GO ON JEFFREY!") (newline) (lel)))) (lel)