See the Exam Resources
Example of the same function written with both forward and reverse accumulation: sumbig.scm (New and improved! With alternate implementations now!)
Example of the speed increase gained by using forward accumulation: speed_test.scm
Example of processing a list of abstract data structures: pizzalist.scm
Example of multiple accumulators: sumlast2.scm
©2003 Stephen Wong