[racket] Typed Racket and macros expanding to for*:

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Jul 24 11:22:26 EDT 2012

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



Posted on the users mailing list.