From 7e4be91ec6299907c8c6d7301a34981f9d441ab1 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <vu3rdd@gmail.com>
Date: Wed, 1 Sep 2010 13:35:26 +0530
Subject: [PATCH] added example usage for pictlang

---
 README | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 485c595..8977bdb 100644
--- a/README
+++ b/README
@@ -13,9 +13,12 @@ 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.
+frame on which you want to draw it. An example is the 'wave' painter
+defined in the pictlang.pictures namespace.
 
-TODO:
+> (show wave (make-frame (make-vect 0 0)
+                         (make-vect 1 0)
+                         (make-vect 0 1)))
 
-1. make it a lein project.
-2. scan non-programming exercise/solutions and put it as jpg/pdfs.
\ No newline at end of file
+The implementation was directly inspired and influenced by the one in the
+JVM based Scheme implementation called JAKLD.
-- 
2.45.2