Timothy Lanfear writes:
> While constructing books using Scheme functions, I found some
> behaviour I did not expect.
>
> The scores are written out in the reverse order from the order of the
> arguments. Easily fixed by applying the reverse function to the list
> of scores. Is there a reason for
While constructing books using Scheme functions, I found some behaviour
I did not expect.
The scores are written out in the reverse order from the order of the
arguments. Easily fixed by applying the reverse function to the list of
scores. Is there a reason for this choice of ordering?
The s