]> git.rkrishnan.org Git - sicp.git/commitdiff
Solution to 4.33. This had been difficult to get right, though conceptually it was
authorRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Sun, 3 Jun 2012 21:53:22 +0000 (03:23 +0530)
committerRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Sun, 3 Jun 2012 21:56:17 +0000 (03:26 +0530)
simple. One just needed to transform (quote (a b c)) into (cons 'a (cons 'b (cons 'c '())))
and eval it.


No differences found