Chapter 1, Building Abstractions with Procedures Section - Formulating Abstractions with Higher-Order Procedures Exercise 1.42 April 05, 2016 1 2 3 (define (compose f g) (lambda (x) (f (g x))) ) Please enable JavaScript to view the comments powered by Disqus.