]> git.rkrishnan.org Git - sicp.git/blobdiff - README
Merge branch 'master' of github.com:vu3rdd/sicp
[sicp.git] / README
diff --git a/README b/README
index 485c5957c1392f33fd9e673095f1346467a84f06..5223a6fe66ca162dee26c22bd1334ff77e05184a 100644 (file)
--- a/README
+++ b/README
@@ -1,21 +1,9 @@
 This is the repository for SICP examples, exercises and problem sets. To
 use these programs, add the parent directory of this repo to your classpath.
 
-See: <http://www.zerobeat.in/2010/03/14/sicp-study/>
+See: <http://rkrishnan.org/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:
-
-1. make it a lein project.
-2. scan non-programming exercise/solutions and put it as jpg/pdfs.
\ No newline at end of file
+See src/pictlang/README
\ No newline at end of file