]> git.rkrishnan.org Git - sicp.git/commit
solution to 2.39. Took me some experimentation at the repl to find the fold-right...
authorRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Tue, 3 Aug 2010 19:36:05 +0000 (01:06 +0530)
committerRamakrishnan Muthukrishnan <vu3rdd@gmail.com>
Tue, 3 Aug 2010 19:36:05 +0000 (01:06 +0530)
commit8ceb357a6bf0c522451d980bf764306a0868ce44
treec97009500407bde0f170adcac1333e659c6842ba
parentfc86bfbd60e451685bb34d329b4a5fdc99fb8ecf
solution to 2.39. Took me some experimentation at the repl to find the fold-right version of reverse.
src/sicp/ex2_39.clj [new file with mode: 0644]