From: Ramakrishnan Muthukrishnan <vu3rdd@gmail.com>
Date: Tue, 4 May 2010 10:58:53 +0000 (+0530)
Subject: short comment on the implementation
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/index.php?a=commitdiff_plain;h=5116a3d9638a6c562e0120049bef3488d569bccd;p=sicp.git

short comment on the implementation
---

diff --git a/src/sicp/ex1_29.clj b/src/sicp/ex1_29.clj
index 0f36ae5..29cef05 100644
--- a/src/sicp/ex1_29.clj
+++ b/src/sicp/ex1_29.clj
@@ -22,4 +22,5 @@
     (* (/ h 3.0)
        (sum simp-term 0 inc n))))
 
-;;; lots of great ideas in the above exercise.
\ No newline at end of file
+;;; lots of great ideas in the above exercise. lexical closures make it easy to
+;;; implement as a and b are constants.
\ No newline at end of file