Name: Anonymous 2010-02-04 16:24
ITT: /prog/ writes me the code needed for those snazzy drop down menus at the top
#lang scheme
(require scheme/control srfi/41)
(define-syntax-rule (generator body ...) ((stream-lambda () (reset body ... stream-null))))
(define (yield x) (shift k (stream-cons x (k))))