Re: stack manipulation APIs

2008-04-07 Thread Lukas Stadler
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 >>

Re: stack manipulation APIs

2008-04-05 Thread Steven Shaw
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

Re: stack manipulation APIs

2008-03-26 Thread John Rose
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