ok, thanks.&nbsp; range was easy to write.&nbsp; I was just surprised it wasn&#39;t built in like it is in python, ruby and clojure.&nbsp; I see build-list is now and am playing with it.<br><br>Thanks again.<br><br><div class="gmail_quote">
On Sun, Feb 22, 2009 at 9:12 AM, Sam TH <span dir="ltr">&lt;<a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun, Feb 22, 2009 at 7:38 AM, e &lt;<a href="mailto:eviertel@gmail.com">eviertel@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div class="Wj3C7c">&gt; Hi, I was thinking of doing project euler (<a href="http://projecteuler.net" target="_blank">http://projecteuler.net</a>) in plt<br>
&gt; scheme. For the first problem, I wanted to use a typical &quot;range&quot; function<br>
&gt; and noticed it isn&#39;t built in &nbsp;(at least under that name). &nbsp;What I&#39;m<br>
&gt; wondering is if there&#39;s some #lang I should probably be using to give me<br>
&gt; many of the goodies I&#39;d expect to have (not that it is hard to implement<br>
&gt; range). &nbsp;Again, I realize I&#39;m still jumping in w/out doing much reading<br>
&gt; first :).<br>
<br>
</div></div>You should probably use `#lang scheme&#39;.<br>
<br>
As for range, you should look either at `build-list&#39;, as Robby<br>
suggested, if you want a data structure, or at `in-range&#39; if you want<br>
to loop over the numbers.<br>
<font color="#888888"><br>
--<br>
sam th<br>
<a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a><br>
</font></blockquote></div><br>