Name: Anonymous 2005-12-21 8:09
Because I'm learning it, almost done through the tutorial, and it looks great.
yield procedure, instead of passing it as an argument, but that's doable too.(f yield) directly, without wrapping it using (make-generator f), in order to call (yield x) on every generated element of f. Whether this is actually useful is arguable.