Dan Sugalski <[EMAIL PROTECTED]> wrote:
> At 12:17 PM +0100 12/3/03, Leopold Toetsch wrote:

>>Create an Exception class hierarchy?

> I'm not 100% sure I want to go with a real OO style of exceptions,
> but that might just be the neo-luddite in me.

It probably depends what HLL want to have. Anyway, I was thinking of
pre-constructing a bunch of constant exception objects for internal usage.

>>  > *) Events
>>
>>Need an event-handler thread AFAIK.

> Yeah, but not for what I'm considering now--events should be handled
> in the interpreter that gets them.

Notifications. I'll rediff / redo my "event handling-2.patch". That one,
that swapped opcode-dispatch tables to run the event-handler code.

leo

Reply via email to