chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] substring function and bounds checks


From: Michele La Monaca
Subject: Re: [Chicken-hackers] substring function and bounds checks
Date: Wed, 6 Feb 2013 02:14:29 +0100

On Wed, Feb 6, 2013 at 1:35 AM, John Cowan <address@hidden> wrote:

> What Scheme is really about, if it has to be said to be about something,
> is implementation choice.  Schemes provide and extend the language in
> different ways, and you pick the one that provides the levels of speed,
> safety, size, compilation speed, debuggability, or whatever other factors
> you want.

The funny thing looking at the implementation is that it actually does
the check (so no speed) only to have a better opportunity to crash (so
no safety).

Regards,
Michele



reply via email to

[Prev in Thread] Current Thread [Next in Thread]