From 47374c45e3d08194f36f8e6a070660eaad480148 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <vu3rdd@gmail.com>
Date: Wed, 1 Sep 2010 13:30:58 +0530
Subject: [PATCH] adding a note on 2.2.4

---
 README | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README b/README
index 1819374..485c595 100644
--- a/README
+++ b/README
@@ -4,6 +4,16 @@ use these programs, add the parent directory of this repo to your classpath.
 See: <http://www.zerobeat.in/2010/03/14/sicp-study/>
 for background and other information.
 
+* A note on section 2.2.4
+
+2.2.4 describes Henderson's picture language. I have implemented this as a
+separate namespace. under the 'pictlang' directory. To use this, load the
+namespaces and do:
+
+> (show painter frame)
+
+where painter is the procedure representing the picture and frame is the
+frame on which you want to draw it.
 
 TODO:
 
-- 
2.45.2