X-Git-Url: https://git.rkrishnan.org/?p=sicp.git;a=blobdiff_plain;f=src%2Fsicp%2Fex4_34.rkt;fp=src%2Fsicp%2Fex4_34.rkt;h=d8955f68578d1a5cf0fdf3980839b020f289aaf5;hp=0000000000000000000000000000000000000000;hb=ef9bb63c4d3fa21f9964c3a5e612bfc519406744;hpb=8e18b28ac38e3b69b68a416545924d3de69ba512 diff --git a/src/sicp/ex4_34.rkt b/src/sicp/ex4_34.rkt new file mode 100644 index 0000000..d8955f6 --- /dev/null +++ b/src/sicp/ex4_34.rkt @@ -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