<br><div class="gmail_quote">On Tue, May 28, 2013 at 7:37 AM, Regan Heath <span dir="ltr"><<a href="mailto:regan@netmail.co.nz" target="_blank">regan@netmail.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On Sat, 25 May 2013 23:50:28 +0100, Klaim - Joël Lamotte <<a href="mailto:mjklaim@gmail.com" target="_blank">mjklaim@gmail.com</a>> wrote:<br>
/emphasis/ mine.  Is it actually true that you can "remove" null pointer exceptions at no runtime cost?<br>
<br>
It's possible if you remove pointers from the language.<br>
It's possible if you statically require that any pointer/reference is initialised at declaration.<br>
<br>
But, is it otherwise possible?  Because both of these options are too restrictive for a systems programming language.<br>
<br><br></blockquote><div><br>The Rust programming language managed to do that, and it is a systems language (<a href="http://rust-lang.org">rust-lang.org</a>).<br></div></div><br>