On Thu, Jan 31, 2008 at 11:06:04PM -0500, Mark Schoonover wrote:
Well, I think I'm just having a clueless moment... (fib 5) is returning 5, (fib 10) is returning 55. I would think the (fib n) would return the sequence. Maybe I'm just showing my noobness with Scheme too... I do understand the diff between recursion vs iteration, which is the crux of this section.
This distinction between recursion and iteration will get emphasized some more as well, since they are notated the same way in Scheme. I certainly remember it taking a while to get my brain wrapped around it. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
