Steven Shaw wrote:
> On 27/03/2008, Lukas Stadler <[EMAIL PROTECTED]> wrote:
>
>> This could lead to all sorts of harmful behavior, like exiting a
>> monitor twice, etc. Should this be possible, or will only a
>> restricted case be implemented? There would have to be a big red
>>
On 27/03/2008, Lukas Stadler <[EMAIL PROTECTED]> wrote:
> This could lead to all sorts of harmful behavior, like exiting a
> monitor twice, etc. Should this be possible, or will only a
> restricted case be implemented? There would have to be a big red
> sign (and possibly some kind
On Mar 26, 2008, at 4:17 PM, Lukas Stadler wrote:
> I am currently working on APIs for the multi-language VM that would
> allow Java code to access and manipulate its own stacks. The overall
> scope is pretty general, ranging from call-with-current-continuation
> (call/cc) for languages like schem