[Haskell-cafe] In-place modification

Hugh Perkins hughperkins at gmail.com
Sun Jul 15 07:32:56 EDT 2007


On 7/15/07, Sebastian Sylvan <sebastian.sylvan at gmail.com> wrote:
>
> Well, *I* didn't say it but yes. Unsafe disables bounds checking
> (which in this case is safe). I think you can just stick an unsafe{}
> in the C# version to disable them.
>

Oh well that's not good.  Yes, you can use unsafe in C# too, but you know
there are reason why we use C# instead of C++, and one of those reasons is
precisely to avoid stack/heap corruption.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20070715/e59a6360/attachment.htm


More information about the Haskell-Cafe mailing list