Who needs exceptions (was Re: Two languages, too similar, competing in the same space.)

Michael Kelly mkelly2002NOSPAM at earthlink.net
Wed Jan 2 13:36:19 EST 2002


On Wed, 2 Jan 2002 17:50:47 +0100, "Alex Martelli" <aleax at aleax.it>
wrote:

>Big applications written by people with some smarts start
>with the equivalent of:
>
>    global_emergency_ballast = malloc(a_reasonably_big_chunk);
>
>The ballast is released in emergency short-of-memory situations,
>exactly to finesse these kinds of issues.
>
>

Delphi has it built in to its "out of memory"
error handler.  Doesn't mean it does much
'cept print a message and crap out anyway.


Mike

--

"I don't want to belong to any club that would have me as a member."
    -- Groucho Marx



More information about the Python-list mailing list