I&#39;ve been working through The Little Schemer using Petite Chez Scheme and Emacs, but now I&#39;d like to try DrRacket. I have a large file where I&#39;ve been putting all the function defines from the book. Occasionally, I use my own function names, but mostly I stick with the book&#39;s names. My problem is that when I click Run, errors appear:<div>
<br></div><div>add1: this name was defined previously and cannot be re-defined</div><div><br></div><div>This happens with all the HTDP language choices. With the Legacy languages I get:</div><div><br></div><div>define-values: cannot change constant variable: equal?</div>
<div><br></div><div>Of course commenting out seems to get me farther, but I&#39;m commenting so many out! I&#39;d simply like to try DrRacket with TLS and be able to debug and step through my code. For example, I&#39;d like to find a way to trace through each step of evens-only*&amp;co</div>
<div><br></div><div><br></div><div><br></div><div><br></div>