Hi, I was thinking of doing project euler (<a href="http://projecteuler.net">http://projecteuler.net</a>) in plt scheme. For the first problem, I wanted to use a typical &quot;range&quot; function and noticed it isn&#39;t built in&nbsp; (at least under that name).&nbsp; What I&#39;m wondering is if there&#39;s some #lang I should probably be using to give me many of the goodies I&#39;d expect to have (not that it is hard to implement range).&nbsp; Again, I realize I&#39;m still jumping in w/out doing much reading first :).<br>
<br>Thanks.<br>