]> git.rkrishnan.org Git - sicp.git/blobdiff - src/sicp/ex4_34.rkt
solutions to 4.32 and 4.34
[sicp.git] / src / sicp / ex4_34.rkt
diff --git a/src/sicp/ex4_34.rkt b/src/sicp/ex4_34.rkt
new file mode 100644 (file)
index 0000000..d8955f6
--- /dev/null
@@ -0,0 +1,10 @@
+#lang racket
+
+#|
+
+Too 'lazy' to implement this problem.
+
+One can create a type for lazy cons cells and when it comes to printing, one can print 
+until some pre-defined number of cells exhausted and then print "... etc" or something like that.
+
+|#
\ No newline at end of file