On 29/11/2007, Michael Heuer <heuermh@gmail.com> wrote:
> A few more language questions/feature requests:
>
> I see that NullPointerExceptions are thrown in some situations (but
> not always, see below) by the vm -- is it possible to throw an
> Exception?
>
> Is it possible to catch an Exception?


Throw it? I seem to remember Ge put "chucking exceptions" on The List.... :-)
He'll know more.

Crashing the VM outright is a bug, IMHO, a crashed VM means losing all your work (potentially) and worse yet a VM that will crash may lead to a fear of trying new stuff which I see as a very Bad Thing in a ChucKian context, as I see it.

Yours,
Kas.