I know there is a list-comprehension library for common lisp ([incf-cl][1]), I know they're supported natively in various other functional (and some non-functional) languages (F#, Erlang, Haskell and C#) - is there a list comprehension library for Scheme?

incf-cl is implemented in CL as a library using macros - shouldn't it be possible to use the same techniques to create one for Scheme?


  [1]: http://superadditive.com/projects/incf-cl/