[clean-list] My very first program crashes!

Maarten de Mol maartenm@cs.kun.nl
Mon, 28 May 2001 14:12:37 +0200


> It's without doubt that the program had errors, but is it normal that it
> produces no compile errors and simply CRASHES? I thought that the main
> benefit of CLEAN is that it has no run-time crashes...

One of the benefits of Clean it its strong type system, which is able to
catch many programming errors at compile time. There are, however,
also errors (like this one) that are not caught by the type system and will
still produce run-time errors.

So, a benefit of Clean could be that it produces LESS run-time crashes,
but, unfortunately, not all run-time crashes can be avoided. (or else the
halting problem would have been solved)

>
>
>
> --
>                                           Frantisek Fuka
> (yes, that IS my real name)
> (and it's pronounced "Fran-tjee-shek Foo-kah")
> ----------------------------------------------------
> My E-mail:   fuxoft@terminal.cz
> My Homepage: http://www.fuxoft.cz
> My ICQ:      2745855
>

Maarten de Mol