X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=README;h=5223a6fe66ca162dee26c22bd1334ff77e05184a;hb=16ffd75b36a5dbfbda3da703c2732f8f49208c11;hp=8977bdb6ca797a253f22f602f12755ef1a8faf3d;hpb=7e4be91ec6299907c8c6d7301a34981f9d441ab1;p=sicp.git diff --git a/README b/README index 8977bdb..5223a6f 100644 --- a/README +++ b/README @@ -1,24 +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: +See: 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. An example is the 'wave' painter -defined in the pictlang.pictures namespace. - -> (show wave (make-frame (make-vect 0 0) - (make-vect 1 0) - (make-vect 0 1))) - -The implementation was directly inspired and influenced by the one in the -JVM based Scheme implementation called JAKLD. +See src/pictlang/README \ No newline at end of file