On Feb 17, 2008 2:05 PM, Grant Rettke <grettke at acm.org> wrote: > Is the use of compose a Scheme/FP idiom? Yes. It is so common that Haskell and ML have infix operators for compose (IIRC). N.