[racket] Typed Racket and macros expanding to for*:
I am honestly not quite sure what for*/matrix should really do -- given that arbitrary for-clauses are allowed. But if Jens is happy, I am happy :-)
On Jul 24, 2012, at 11:18 AM, Vincent St-Amour wrote:
> At Tue, 24 Jul 2012 11:11:01 -0400,
> Matthias Felleisen wrote:
>> This kills an infinite or a large-number-of-iterations loop that the
>> programmer may have tried to specify with the for:-clauses.
>
> It does, but isn't it the point? Once the matrix is full, iteration
> should stop.
>
> Vincent