This document summarizes a class about making loops in Scheme. It recaps the Turing machine model and provides an example of a Turing machine that counts stars. It then introduces making loops in Scheme using a for procedure that takes an index, end value, and procedure as arguments. Examples are given to print numbers from 1 to 10 and to generate a multiplication table using nested for loops. The document also discusses tracing for to see how it works and introduces generalized while and accumulating loop procedures. It concludes by announcing assignments and due dates for Problem Set 4 and Exam 1.