[plt-scheme] lang for Project Euler?

From: Noel Welsh (noelwelsh at gmail.com)
Date: Sun Feb 22 10:52:07 EST 2009

Use scheme/base or scheme. In this instance look at in-range and the
comprehensions in general.

N.

On Sun, Feb 22, 2009 at 12:38 PM, e <eviertel at gmail.com> wrote:
> Hi, I was thinking of doing project euler (http://projecteuler.net) in plt
> scheme. For the first problem, I wanted to use a typical "range" function
> and noticed it isn't built in  (at least under that name).  What I'm
> wondering is if there's some #lang I should probably be using to give me
> many of the goodies I'd expect to have (not that it is hard to implement
> range).  Again, I realize I'm still jumping in w/out doing much reading
> first :).
>
> Thanks.


Posted on the users mailing list.