[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Continuations



Michael Sperber wrote:

> (Of course, binding and assignment/mutation are often confused by
> programmers, with about the same problems.)

This problem is made worse in languages like Java that don't offer
distinct syntactic forms for these two operations.  In effect, you
have to reconstruct the programmer's intent by analyzing the source
(looking, for instance, for static single-assignment).

Shriram