| Song's profileSICP自留地BlogListsNetwork | Help |
|
|
July 28 sicp 3.8;the idea behind the procedure is straightforward ;it only passes argument once, after that it returns zero no matter what (define f (let ((s 1)) (lambda (num) (if (= s 1) (begin (set! s 0) num) 0)))) TrackbacksThe trackback URL for this entry is: http://mysicp.spaces.live.com/blog/cns!76113039590E11D7!163.trak Weblogs that reference this entry
|
|
|