From 5116a3d9638a6c562e0120049bef3488d569bccd Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Tue, 4 May 2010 16:28:53 +0530 Subject: [PATCH] short comment on the implementation --- src/sicp/ex1_29.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.45.2