[Larceny-users] read-dispatch-vec initialization

Felix Klock felixluser at pnkfx.org
Wed Apr 25 10:42:44 EDT 2007


(just owning up to my mistakes)

On Apr 25, 2007, at 10:31 AM, Felix Klock wrote:

> That change alone wouldn't work, because read-illegal is out of  
> scope at the let-binding for read-dispatch-vec.

As Will pointed out, this diagnosis wasn't quite right; read-illegal  
is in scope (as this is a letrec, not a let or let*), but you still  
can't reference it in the fashion that you describe, because it would  
violate the letrec restriction.

The other statements I made aren't invalidated by this change.

-Felix




More information about the Larceny-users mailing list