]> git.rkrishnan.org Git - sicp.git/blob - src/sicp/ex4_34.rkt
solutions to 4.32 and 4.34
[sicp.git] / src / sicp / ex4_34.rkt
1 #lang racket
2
3 #|
4
5 Too 'lazy' to implement this problem.
6
7 One can create a type for lazy cons cells and when it comes to printing, one can print 
8 until some pre-defined number of cells exhausted and then print "... etc" or something like that.
9
10 |#