]> git.rkrishnan.org Git - sicp.git/commitdiff
adding a note on 2.2.4
authorRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Wed, 1 Sep 2010 08:00:58 +0000 (13:30 +0530)
committerRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Wed, 1 Sep 2010 08:00:58 +0000 (13:30 +0530)
README

diff --git a/README b/README
index 181937459bb7535413c11fc4b73a7d376457fbbf..485c5957c1392f33fd9e673095f1346467a84f06 100644 (file)
--- 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: